Get video generation status
Video
Get video generation status
GET /v1/videos/generations/ — poll for job status and result.
GET
Get video generation status
Poll this endpoint to track an async video job submitted via POST /v1/videos/generations.
Response while running:
When done:
Sample output
Generated withveo-3.0-fast-generate-001 (4s, 16:9).
Polling guidance
Poll every 5 seconds. Most videos finish in 30–90 s; hard timeout is 1 hour.Authorizations
API key in format: Bearer inf_***
Path Parameters
Video generation job ID
Response
Video generation job status. result and credits_used are present when status === "succeeded"; error when status === "failed".
Example:
"vgen_01HYJ8F3K9QT2X5Z7N1V6W3B4R"
Available options:
queued, processing, succeeded, failed Progress percentage (0-100)
Example:
100
Example:
1713204900
Example:
"veo-3-1-fast"
Present only when status is "succeeded"
Example:
{
"url": "/samples/video.mp4",
"duration_seconds": 4,
"resolution": "1280x720"
}Credits deducted. Present only on success.
Example:
180
Error message. Present only when status is "failed".

