v1

latestOpenAPI 3.0.02026-07-175989869.3 KB
Chapters

Retrieve a chapter

Retrieve a chapter for by video id in a specific language.

get/videos/{videoId}/chapters/{language}

Path parameters

videoIdstring required

The unique identifier for the video you want to show a chapter for.

languagestring required

A valid BCP 47 language representation.

Response

Success

uristring
srcstring

The link to your VTT file, which contains your chapters information for the video.

languagestring

Example response

{
  "src": "https://cdn.api.video/vod/vi3N6cDinStg3oBbN79GklWS/chapters/fr.vtt",
  "language": "language",
  "uri": "uri"
}