Videos
Get a Video Variant
Gets the variant for the video metadata for the specified language
get/v1/accounts/{{account_id}}/videos/{{video_id}}/variants{language}}
Path parameters
account_idstring required
Video Cloud account ID.
video_idstring required
Video ID (specified as {video_id}}).
languagestring required
The language for the variant in the language-country code format (examples: en-US, es-ES)
Headers
Content-Typestring required
Content-Type: application/json
Authorizationstring required
Authorization: Bearer {access_token} - see Getting Access Tokens
Response
200
Example response
{
"language": "es-ES"
}