POST
/
v1
/
image
/
gen
/
ideogram
curl --request POST \
  --url https://openapi.monica.im/v1/image/gen/ideogram \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "model": "V_2",
  "prompt": "A serene tropical beach scene. Dominating the foreground are tall palm trees with lush green leaves, standing tall against a backdrop of a sandy beach. The beach leads to the azure waters of the sea, which gently kisses the shoreline. In the distance, there is an island or landmass with a silhouette of what appears to be a lighthouse or tower. The sky above is painted with fluffy white clouds, some of which are tinged with hues of pink and orange, suggesting either a sunrise or sunset.",
  "aspect_ratio": "ASPECT_10_16",
  "magic_prompt_option": "AUTO",
  "seed": 0,
  "negative_prompt": "",
  "style_type": "AUTO"
}'
{
  "data": [
    {
      "url": "<string>"
    }
  ]
}
Follow the quickstart guide to get your own API Key.

Ideogram is an advanced AI image generation model developed by Ideogram AI. See the pricing page for pricing details.

Ideogram V2

  • Latest version of Ideogram’s image generation technology
  • Exceptional text rendering capabilities
  • Superior handling of typography and logos
  • Precise control over text placement and style
  • Ideal for:
    • Marketing materials
    • Brand assets
    • Social media content
    • Designs requiring text integration
    • Professional graphics with text elements

Previews

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200 - application/json
Success

The response is of type object.