Upload a chapter
POST {{baseUrl}}/videos/:videoId/chapters/:language
Upload a VTT file to add chapters to your video. Chapters help break the video into sections. Read our tutorial for more details.
Request Body
[{"name"=>"file", "value"=>"<string>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"uri":"\u003cstring\u003e","src":"\u003cstring\u003e","language":"\u003cstring\u003e"}