Skip to main content
POST
Submit a video-processing job

Authorizations

Authorization
string
header
required

Your API key, sent as Authorization: Bearer <key>. One key manages every profile on the account.

Body

application/json
full_command
string
required

The FFmpeg command to run. Validated against an allowlist before it is accepted.

file_url
string<uri>

https:// URL of the input file.

file_urls
string<uri>[]

https:// URLs of the input files, for a command that reads several.

output_extension
string

Extension of the produced file, e.g. mp4.

Response

Success.

The response envelope is stable — a profile_id plus the payload — but its inner fields are not yet pinned down in this document.