Videos
Get video chapters
Returns chapters ordered by timestamp in seconds on the final video timeline. Chapter IDs are intentionally omitted because they are not stable across reads.
get/v1/videos/{id}/chapters
Path parameters
idstring required
Unique video identifier
Example:vid_abc123def456
Unique video identifier
Response
Video chapters
Example response
{
"chapters": [
{
"description": "Overview of what we'll cover",
"title": "Introduction"
}
]
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.