API ReferenceChangelog
Log In
API Reference

Create an appraisal using a configuration ID

Creates an appraisal for processing a video with options specified in the query parameters and a predefined configuration identified by confId.

The processed video will be associated with the same team and project as the specified videoId once accepted. Appraisals have an expiry time and must be accepted before the processing task can start.

Path Params
uuid
required

The unique identifier for the video.

uuid
required

The unique identifier for the video processing configuration.

Query Params
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
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*