Page optimized for desktop experience. Please use a desktop browser for best compatibility.

Get Chapters for a Video

This endpoint returns all chapters that have been uploaded for a specified video.

GET
/api/v2/videos/{videoId}/chapters

Path Parameters

Parameter Type Validations
videoId string, required ID of video to retrieve chapters for

Response Messages

Successful response

{
[
{
"chapters": [
{
"title": "string",
"startTime": "2020-11-25T16:15:33.950Z",
"imageUrl": "string"
}
]
}
]

} ]
} ]
}

Bad request

  • video id does not exist
  • video does not have chapters

Unauthorized error

  • user does not have view rights
  • user not a system user

Internal server error