Streamio API Documentation

Videos - Link Subtitle

Link a subtitle to an available video. Don't forget to use POST as the request method.

Request

Url

https://streamio.com/api/v1/videos/video_id/subtitles.format

Request Method

POST

Parameters

  • subtitle_id The id of the subtitle to link.

Response

Code

201

Examples

A simple create

Pretending we have a video with id 4cea88e454129010f2000018 and we wish to add a subtitle with the id 4cd2be8454129008dc00000e.

curl -u username:password \
     -F subtitle_id=4cd2be8454129008dc00000e \
     https://streamio.com/api/v1/videos/4cea88e454129010f2000018/subtitles.json