Upload a caption

POST {{baseUrl}}/videos/:videoId/captions/:language

Upload a VTT file to add captions to your video. More information can be found here

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;srclang&quot;:&quot;\u003cstring\u003e&quot;,&quot;default&quot;:false}