Check a video's render status
get_videoCheck the render status of an e-commerce video by providing its request ID. Returns MP4 and share URLs when done, or a failure reason if the render failed.
Instructions
Check one video's render.
status values:
"generating" — still rendering, keep polling every 20-30 seconds.
"done" — finished; output_url is the MP4 and share_url is a
public page to send someone.
"failed" — failed_reason says why. The credits were refunded
automatically; the user can retry from the product page.
"insufficient_credit" — never launched; nothing was charged.
"pending" — not launched yet; call generate_video.
A render normally takes a few minutes. Tell the user what you are waiting on rather than polling silently in a tight loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_request_id | Yes | Returned by generate_video, and listed under `videos` in get_product. |