Skip to main content
POST

Authorizations

X-Api-Key
string
header
required

API key with format vbr_ followed by 32 characters

Body

application/json
filename
string
required

Name of the video file

Example:

"my-video.mp4"

content_type
enum<string>
required

MIME type of the video file (1GB max size)

Available options:
video/mp4,
video/mov,
video/webm
Example:

"video/mp4"

Response

Job created successfully

id
string<uuid>

Unique job identifier

status
enum<string>

Job status

Available options:
created
filename
string

Original filename

content_type
string

File content type

upload_url
string<uri>

Signed URL for uploading the video file

expires_at
string<date-time>

Upload URL expiration time

created_at
string<date-time>

Job creation timestamp

instructions
object