post https://vzaar.com/api/v1/videos//subtitles
File or Content
You must provide one (but not both) of
file
orcontent
and if sendingcontent
then newlines must be represented with \n to be valid JSON.
File example
curl -X POST \
-H "X-Client-Id: <client_id>" \
-H "X-Auth-Token: <auth_token>" \
-F "code=en" \
-F "[email protected]/path/to/file.srt" \
"https://api.vzaar.com/api/v2/videos/123/subtitles"