Generate Image

Generate AI images from text prompts or reference images.

How it works:

This is an asynchronous endpoint. When you submit a generation request, it returns immediately with a task_id and art_variation_id.

Use the art_variation_id to poll for results:

GET https://api.simplified.com/api/v1/service/ai-image/status/{art_variation_id}

Alternatively, you can poll the task status:

GET https://api.simplified.com/api/v1/service/tasks/{task_id}

Supported capabilities:

  • prompt — Generate images from a text description
  • reference_image — Generate images using a single reference image and a prompt
  • multiple_images — Generate images using multiple reference images

Discovering available models and parameters:

Use the List Models endpoint to discover available models, their capabilities, supported parameters (aspect ratios, max count, etc.), and pricing:

GET https://api.simplified.com/api/v1/service/ai-image/models

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Model ID for image generation. Use the List Models endpoint to discover available models. Examples: flux.flux-realism, google.imagen-4.0-generate-001, openai.imgen

string
enum
required

Generation capability. prompt for text-to-image, reference_image for single reference image input, multiple_images for multi-image input. Not all models support all capabilities — use the List Models endpoint to check.

Allowed:
parameters
object
required

Dynamic parameters depending on the selected model and capability. Use GET /ai-image/models?model_id={id}&capability={cap} to discover required and optional fields for each model.

properties
array of strings

Optional list of style slugs for prompt enhancement (e.g., ["cinematic", "photography"])

properties
Responses

429

Quota exceeded. Your subscription does not have enough credits.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json