Videos
Create a Video Variant
Creates a language variant for a video metadata
post/v1/accounts/{{account_id}}/videos/{{video_id}}/variants
Path parameters
account_idstring required
Video Cloud account ID.
video_idstring required
Video ID (specified as {video_id}}).
Headers
Content-Typestring required
Content-Type: application/json
Authorizationstring required
Authorization: Bearer {access_token} - see Getting Access Tokens
Request body
Example request
{
"language": "es-ES"
}Response
201
Example response
{
"language": "es-ES"
}