Add a transcoding to an available video. Don't forget to use POST as the request method.
https://streamio.com/api/v1/videos/video_id/transcodings.format
POST
201
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