Retrieve a video
Videos
Retrieve a video
Retrieve the Video object (status / progress). Always JSON — the rendered MP4 is downloaded from GET /v1/videos/{video_id}/content.
GET
Retrieve a video
Authorizations
Your Boson API key, sent as Authorization: Bearer $BOSON_API_KEY.
Path Parameters
The video ID returned by POST /v1/videos.
Response
The Video object.
A video generation job (the create / retrieve response).
Video ID, e.g. video_8a1f....
Example:
"video_8a1f2c3d4e5f6a7b8c9d0e1f"
Available options:
video Job status.
Available options:
queued, in_progress, completed, failed Completion percentage (0–100).
Output size (WxH), e.g. 640x640.
Unix timestamp (seconds).
Error message when status is failed.