Skip to content
Docs menu

Image models

Ideogram Character

On this page

Ideogram Character — fast, high-fidelity AI image generation & editing.

modelIdideogram-character
Modalityimage
PricingSee this model on the Pricing page for the current per-call price (with your markup).

Operations

OperationEndpointDescription
Text to imagePOST /api/v1/generateBase generation from a text prompt.
Image to imagePOST /api/v1/generateCondition on a reference image — upload it via /api/v1/files/upload and pass the URL.
Poll taskGET /api/v1/task/{id}?model=ideogram-characterRetrieve state and result URLs.

Input parameters

FieldTypeRequiredValues / example
prompttextarearequiredPlace the woman leisurely enjoying a cup of espresso while relaxing at a sunlit café table in Siena, Italy...
reference_image_urlsimagerequiredDrag and drop or click to upload your file
rendering_speedselectoptionalTURBO, BALANCED, QUALITY
styleselectoptionalAUTO, REALISTIC, FICTION
expand_promptselectoptionalfalse, true
num_imagesselectoptional1, 2, 3, 4
image_sizeselectoptionalsquare, square_hd, portrait_4_3, portrait_16_9, landscape_4_3, landscape_16_9
seednumberoptionalEnter number...
negative_prompttextareaoptionalDescription of what to exclude from an image...
nsfw_checkerselectoptionalfalse, true

Example request

bash
curl -X POST https://you.bot/api/v1/generate \
  -H "Authorization: Bearer $YOUBOT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"modelId":"ideogram-character","input":{"prompt":"The same character as a cinematic studio portrait, soft golden rim light, shallow depth of field, clean and tasteful composition.","rendering_speed":"BALANCED","style":"AUTO","expand_prompt":"true","num_images":"1","image_size":"square_hd","seed":8,"negative_prompt":"…","nsfw_checker":"true"}}'