post https://api.spredfast.com/v2/conversations/initiative//video/captions
Create a Video Captions object for using in the Khoros Marketing Conversations API.
This endpoint only accepts
multipart/form-data
input and consequently will not work with this API Explorer. Instead, you may use the example provided as a starting point for the main body of data and then execute via cURL.
The name of the captions file must comply with the convention filename.[language code]_[country code].srt
curl \
--header 'Content-Type: multipart/form-data' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {your token}' \
-F '[email protected]_US.srt' \
-X POST 'https://qa2api.spredfast.com/v2/conversations/initiative/{initiativeId}/video/captions'