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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"uri":"\u003cstring\u003e","src":"\u003cstring\u003e","srclang":"\u003cstring\u003e","default":false}