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/kling/o1-photo/generations/
Generation UUID returned from the generate endpoint
Task is in queue waiting to be processed
Image is currently being generated
Image generation completed successfully
Image generation failed with error
curl -X GET https://platform.runblob.io/v1/kling/o1-photo/generations/8814c065-88b5-4074-bfcc-32e2d295b2b9 -H "Authorization: Bearer YOUR_API_KEY"
Completed
Failed
Processing
{
"generation_id": "photo-550e8400-e29b-41d4-a716",
"status": "completed",
"prompt": "A futuristic city with flying cars...",
"image_url": "https://cdn.example.com/photos/photo-550e8400.png",
"model": "kling-o1-photo"
}
{
"generation_id": "photo-550e8400-e29b-41d4-a716",
"status": "failed",
"image_url": null,
"model": "kling-o1-photo",
"message": "CONTENT_POLICY_VIOLATION"
}
{
"generation_id": "photo-550e8400-e29b-41d4-a716",
"status": "processing",
"model": "kling-o1-photo"
}
Tasks timeout after 15 minutes. Failed tasks return specific error codes in the message field.