Authorization: Bearer ********************
{
"image_request": {
"model": "V_1_TURBO",
"magic_prompt_option": "AUTO",
"seed": 111,
"prompt": "cat"
}
}
curl --location --request POST 'https://api.ephone.ai/ideogram/generate' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_request": {
"model": "V_1_TURBO",
"magic_prompt_option": "AUTO",
"seed": 111,
"prompt": "cat"
}
}'
{
"created": "2024-12-20T16:10:56.882175+00:00",
"data": [
{
"is_image_safe": true,
"prompt": "A playful and curious cat with bright green eyes, perched on a wooden windowsill. Its soft white fur contrasts with the grayish-blue sky outside the window. The cat's ears are perked up, revealing its alert and attentive nature. The background shows a cozy, sunlit room with a patterned rug, a bookshelf filled with books, and a warm, inviting atmosphere.",
"resolution": "1024x1024",
"seed": 111,
"style_type": null,
"url": "https://ideogram.ai/api/images/ephemeral/rdmsq6uHT8qdi_3ZCNlg6w.png?exp=1734797463&sig=ad766482b18ed3c4564d17af9836b8afc3c6ab9c79989e469c481157d91b0187"
}
]
}