API ReferenceChangelog
Log In
API Reference

Create a new video processing configuration

Creates a new video processing configuration for the selected team.

Important:
The options field is required when creating a new configuration.
Due to a limitation in our API documentation provider, options is not marked as required in the OpenAPI schema to prevent the interactive request builder from pre-populating unintended fields.
Requests submitted without options will be rejected by the API.

Using the interactive request builder:
Some optional nested settings (such as certain filter and color-space options) may remain present in the request after being selected once, even if they are later cleared in the UI.
If you encounter validation errors or unexpected behavior, please review the generated request payload before submitting it.
Refreshing the page will reset the request builder and remove any previously selected options.

Query Params
uuid

Specifies the team ID for the operation.

  • For POST requests, assigns the new object to the specified team.
  • For GET requests, retrieves data for the specified team.
    If not provided, defaults to the ID of the default team associated with the API key.
Body Params

Request payload for creating a VideoProcessingConfiguration object, specifying the desired processing settings.

Represents the payload for creating a new video processing configuration.
This includes the configuration’s name, processing options, and an optional description.

Important:
The options field is required when creating a new configuration.
Due to a limitation in our API documentation provider, options is not marked as
required in the OpenAPI schema to prevent the interactive request builder from
pre-populating unintended fields. Requests submitted without options will be
rejected by the API.

string
required
length between 1 and 47

The name of the video processing configuration to be created.

options
object

The options and settings to apply to the video processing configuration. This field is required.

string
length between 1 and 255

A detailed description of the video processing configuration to be created.

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