Skip to main content
POST
Start processing an uploaded video

Authorizations

Authorization
string
header
required

Your API key as a Bearer token, e.g. Authorization: Bearer vbsk_live_...

Path Parameters

video_id
string
required

Body

application/json
s3_key
string
required

The key returned by POST /v1/videos.

Maximum string length: 512

Response

Processing started.

A video being ingested. Carries NO job_id. Poll poll until the video is ready, then call the endpoint you wanted again.

video_id
string
status
string
Example:

"processing"

poll
string

Path to poll, always /v1/videos/{video_id}.

next
string

What to do once the video is ready. Present on the /v1/match video_url branch; POST /v1/videos returns video_id, status and poll only.