Image Gen
Image Generation & Manipulation API
Base URL
Job Status
Generate Image (Text-to-Image)
{
"modelId": "mod_zyx987", // Required: ID of the model to use
"prompt": "A photorealistic portrait of a woman with cyberpunk neon background, high detail", // Required
"negativePrompt": "low quality, blurry, text, watermark, ugly", // Optional
"width": 1024, // Optional, defaults to model's preferred size
"height": 1024, // Optional, defaults to model's preferred size
"guidanceScale": 7.5, // Optional, controls how strongly the prompt influences the image
"numOutputs": 1 // Optional, number of images to generate (max 4)
}Modify Image (Image-to-Image)
Get Job Status & Results
Last updated