v1

latestOpenAPI 3.1.02026-07-263108.5 KB

Get the status of a motion graphics video

Retrieve the export status, details, and output URLs for a generated video job using its ID.

get/videos/{video_id}

Path parameters

video_idstring required

The unique video/job ID returned when creating the job.

The unique video/job ID returned when creating the job.

Response

Full export status and list of outputs for the specified video/job.

video_idstring required

Unique ID of this job/video.

project_urlstring

Optional user interface URL for this project.

status'in-progress' | 'success' | 'failed' required

High-level status of the export job (in-progress, success, failed).

Example response

{
  "video_id": "vid_abcde12345"
}