Update CustomizationsAsk AIput https://api.wistia.com/modern/medias/{mediaId}/customizationsAllows for partial updates on a video’s customizations. If a value is null, then that key will be deleted from the saved customizations. If it is not null, that value will be set. Requires api token with one of the following permissions Read, update & delete anythingPath ParamsmediaIdstringrequiredThe hashed ID of the video to be customized.Body ParamsautoPlaybooleanIf set to true, the video will play as soon as it’s ready. Note that autoplay might not work on some devices and browsers.truefalsecontrolsVisibleOnLoadbooleanIf set to true, controls like the big play button, playbar, volume, etc. will be visible as soon as the video is embedded.truefalsecopyLinkAndThumbnailEnabledbooleanIf set to false, the option to “Copy Link and Thumbnail” will be removed when right-clicking on the video.truefalsedoNotTrackbooleanIf set to true, data for each viewing session will not be tracked.truefalseemailstringAssociate a specific email address with this video’s viewing sessions.endVideoBehaviorstringDetermines what happens when the video ends. Options are default (stays on the last frame), reset (shows thumbnail and controls), and loop (plays again from the start).fakeFullscreenbooleanIf set to true, the video will try to play in a pseudo-fullscreen mode on certain mobile devices.truefalsefitStrategystringResizes the video when there's a discrepancy between its aspect ratio and that of its parent container. Options are contain, cover, fill, and none.fullscreenButtonbooleanIf set to true, the fullscreen button will be available as a video control.truefalsefullscreenOnRotateToLandscapebooleanIf set to false, the video will not automatically go to fullscreen mode on mobile when rotated to landscape.truefalsekeyMomentsbooleanIf set to false, the key moments feature will be disabled.truefalsemutedbooleanIf set to true, the video will start in a muted state.truefalseplaybackRateControlbooleanIf set to false, the playback speed controls in the settings menu will be hidden.truefalseplaybarbooleanIf set to true, the playbar will be available. If set to false, it will be hidden.truefalseplayButtonbooleanIndicates if the play button is visible.truefalseplayerColorstringChanges the base color of the player. Expects a hexadecimal rgb string.playlistLinksbooleanEnables the use of specially crafted links on the page to associate with a video, turning them into a playlist.truefalseplaylistLoopbooleanIf set to true and this video has a playlist, it will loop back to the first video after the last one has finished.truefalseplaysinlinebooleanIf set to false, videos will play within the native mobile player.truefalseplayPauseNotifierbooleanIf set to false, animations for the Pause and Play symbols will be removed.truefalseplaySuspendedOffScreenbooleanIf set to false for a muted autoplay video, the video won't pause when out of view.truefalsepluginobjectplugin objectpreloadstringSets the video’s preload property. Possible values are metadata, auto, none, true, and false.qualityControlbooleanIf set to false, the video quality selector in the settings menu will be hidden.truefalsequalityMaxintegerSpecifies the maximum quality the video will play at.qualityMinintegerSpecifies the minimum quality the video will play at.resumablestringDetermines if the video should resume from where the viewer left off. Options are true, false, and auto.seobooleanIf set to true, the video’s metadata will be injected into the page’s markup for SEO.truefalsesettingsControlbooleanIf set to true, the settings control will be available.truefalsesilentAutoPlaystringDetermines how videos handle autoplay in contexts where normal autoplay might be blocked. Options are true, allow, and false.smallPlayButtonbooleantruefalsestillUrlstringOverrides the thumbnail image that appears before the video plays.timestringSets the starting time of the video.thumbnailAltTextstringSets the Thumbnail Alt Text for the media.videoFoambooleanobjectWhen set to true, the video will adjust its size according to its parent element. It can also be an object specifying min/max width or height.truetruefalsevolumenumberSets the volume of the video.volumeControlbooleanWhen set to true, a volume control is available over the video.truefalsewmodestringIf set to transparent, the background behind the player will be transparent instead of black.HeadersX-Wistia-API-VersionstringrequiredDefaults to 2026-03Responses 200Video customization update successful 401Unauthorized, invalid or missing token 404Resource not found 500Internal server errorUpdated about 1 month ago