Skip to main content

GET /v1/kling/o1-photo/generations/

Check the current status of your image generation task.
generation_id
string
required
Generation UUID returned from the generate endpoint
pending
string
Task is in queue waiting to be processed
processing
string
Image is currently being generated
completed
string
Image generation completed successfully
failed
string
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"
}
Tasks timeout after 15 minutes. Failed tasks return specific error codes in the message field.