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"}'
Copy
Ask AI
{ "data": [ { "url": "<string>" } ]}
Image generation
Ideogram models
POST
/
v1
/
image
/
gen
/
ideogram
IdeogramImageGeneration
Copy
Ask AI
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"}'