Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.runblob.io/llms.txt

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

GET /v1/veo/generations/

generation_id
string
required
Generation UUID returned from the generate endpoint
pending
string
Task is in queue waiting to be processed
processing
string
Video is currently being generated
completed
string
Video generation completed successfully
failed
string
Video generation failed with error
curl -X GET https://platform.runblob.io/v1/veo/generations/ffd473d5-5bef-4e14-bf22-8d559be3c19f -H "Authorization: Bearer YOUR_API_KEY"
{
  "generation_id": "ffd473d5-5bef-4e14-bf22-8d559be3c19f",
  "status": "completed",
  "prompt": "A cat playing with a ball in a sunny room",
  "video_url": "https://your-video.mp4",
  "created_at": "2025-12-06T21:43:03.374000",
  "completed_at": "2025-12-06T21:44:06.143000",
  "seed": 319790131,
  "error": null
}
Tasks timeout after 10 minutes. Failed tasks return specific error codes in the message field.