Skip to main content
GET
/
video
/
v1
/
videos
/
{videoId}
/
captions
List captions
curl --request GET \
  --url https://api.voyant.travel/video/v1/videos/{videoId}/captions \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "videoId": "<string>",
      "organizationId": "<string>",
      "language": "<string>",
      "generated": true,
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "label": "<string>",
      "errorMessage": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Voyant Cloud API token, passed as Authorization: Bearer <token>. Each token carries a fixed set of scopes; an operation rejects tokens missing its required scope.

Path Parameters

videoId
string
required

Response

Captions

data
object[]
required