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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;uri&quot;:&quot;\u003cstring\u003e&quot;,&quot;src&quot;:&quot;\u003cstring\u003e&quot;,&quot;language&quot;:&quot;\u003cstring\u003e&quot;}