Video Captions
List captions of a video
get/api/v1/videos/{id}/captions
Path parameters
Example:42
The object id, uuid or short uuid
Response
successful operation
Example response
{
"data": [
{
"language": {
"id": "en",
"label": "English"
}
}
],
"total": 1
}