Skip to main content
GET
Get video status

Authorizations

Authorization
string
header
required

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

Path Parameters

video_id
string
required

Response

The video's current status.

video_id
string
status
enum<string>
Available options:
processing,
ready,
failed
ready
boolean
title
string | null
reason
string | null

Why a failed video failed, machine-readable, e.g. insufficient_credits. Null on every other status.