API ReferenceChangelog
Log In
API Reference

Start video processing using a configuration ID

Initiates the processing of the specified video with options specified in the query parameters and a predefined configuration identified by confId.

A new video, identified by the videoId returned in the response, is created. This videoId should be used to track the asynchronous processing operation using:

Path Params
uuid
required

The unique identifier for the video.

uuid
required

The unique identifier for the video processing configuration.

Query Params
string
length between 1 and 255

Specifies the name of the video. If not provided, the name will be derived from the source video.

string
length between 0 and 511

Optional description for the video.

int32
≥ 0

Specifies the start position of the source video for processing, in milliseconds. Defaults to the start of the source video. Providing a value greater than (source video duration or EndPositionMillisecondsParam) - 1000 results in a 400 Bad Request response.

int32
≥ 1000

Specifies the end position of the source video for processing, in milliseconds. Defaults to the end of the source video.

  • If the specified value exceeds the source video duration, it will be adjusted to match the end of the source video.
  • Providing a value smaller than (StartPositionMillisecondsParam + 1000) results in a 400 Bad Request response.
Responses

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*