Ideogram Image
Ideogram's image capabilities include text-to-image, mixed graphs, magnification and graphic description.
Route List
| Methodology | Path | Purpose |
|---|---|---|
POST | /ideogram/generate | text-to-image. |
POST | /ideogram/remix | Image-based hybrid generation. |
POST | /ideogram/upscale | Zoom in to the high-clean. |
POST | /ideogram/describe | Picture description. |
text-to-image
bash
curl https://moonnexai.com/ideogram/generate \
-H "Authorization: Bearer <MOONNEXAI_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A premium coffee cup package design, clean background.",
"aspect_ratio": "1:1"
}'Picture Description
bash
curl https://moonnexai.com/ideogram/describe \
-H "Authorization: Bearer <MOONNEXAI_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"image_url": "https://example.com/input.png"
}'Common field
| field | Purpose |
|---|---|
prompt | Generates or edits a description. |
image_url | Enter the image URL. |
aspect_ratio | Picture aspect ratio, e.g. 1:1, 16:9, 9:16. |