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.
Base URL:
https://platform.runblob.ioGET /v1/gemini/generations/
The UUID returned from the generate endpoint
Response (Pending/Processing)
Response (Completed)
Response (Failed)
UUID of the generation task
Current status:
"pending", "processing", "completed", or "failed"Original prompt used for generation
URL of the generated image (only when
status is "completed")Error code if
status is "failed", otherwise nullStatus Values
| Status | Description |
|---|---|
pending | Task is queued, waiting to be processed |
processing | Generation is in progress |
completed | Image is ready, check result_image_url |
failed | Generation failed, check message for error code |
List Generations
GET /v1/gemini/generations
Returns recent generations for your account, paginated.Maximum number of results (1-100)
Number of results to skip (pagination)