cURL
curl --request POST \ --url https://api.vidbeo.com/v2/videos/{VIDEO_ID}/chapters \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "start": "<string>" } '
{ "success": true, "result": { "id": "abcde12345abcde12345a", "name": "Example", "start": "00:00:05" }, "links": {}, "errors": [] }
Create a new chapter
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the video
"abcde12345abcde12345a"
A short label for the chapter
20
When the chapter starts, as HH:MM:SS
8
Chapter
true
Show child attributes
21
1 - 200
"Example"
"00:00:05"
{}
[]