POST /media/transcode

Start transcoding to modify the size, bitrates, and formats for your media.

The inputs and outputs parameters are required to identify the source material and target for results.

Note: The Transcode API supports a maximum of 25 inputs.

To use your own cloud storage provider for input/output files, use the optional storage parameter.
(See Media Input & Output docs for more info)

This is an asynchronous operation so you will receive a job_id to use in calling GET /media/transcode to retrieve the job status.

There are additional optional parameters that can be provided to further specify the desired output content types.

See the How-To Guide for examples of transcode requests.

Language
Authorization
Bearer
Click Try It! to start a request and see the response here!