Skip to main content
GET
Get Video Generation Status

Base URL

Authorizations

x-api-key
string
header
required

Your API key for authenticating requests. Example: 'x-api-key: MY_SECRET_KEY'

Query Parameters

runId
string
required

The generation run ID previously returned by the POST /short call.

Response

Successfully retrieved the run's current status and, if complete, the video download URL and size.

Generic success envelope containing data and a request identifier.

data
object
required

Describes the current progress or final result of a video generation.

requestId
string

Unique identifier associated with the request for debugging/tracking.