Videos
Replace video chapters
Replaces the complete chapter list. Timestamps are seconds on the final video timeline and must be non-negative, ascending, and within the video duration. Pass an empty array to clear all chapters.
put/v1/videos/{id}/chapters
Path parameters
idstring required
Unique video identifier
Example:vid_abc123def456
Unique video identifier
Request body
Example request
{
"chapters": [
{
"description": "Overview of what we'll cover",
"title": "Introduction"
}
]
}Response
Chapters replaced
Example response
{
"chapters": [
{
"description": "Overview of what we'll cover",
"title": "Introduction"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.