Skip to main content
GET
/
videos
/
{id}
Poll a video generation job
curl --request GET \
  --url https://api.runcrate.ai/v1/videos/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://runcrate.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a Runcrate API key with the rc_live_* prefix as the bearer token. Create one at https://www.runcrate.ai/dashboard/api-keys.

Path Parameters

id
string
required

Response

Job status.

id
string
required
status
enum<string>
required
Available options:
queued,
processing,
completed,
failed
error
string

Failure reason when status=failed.