Streamio API Documentation

Videos - Add Transcoding

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

Request

Url

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

Request Method

POST

Parameters

  • encoding_profile_id The id of the encoding profile to use for the transcoding.

Response

Code

201

Examples

A simple create

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

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