{
"image_request": {
"model": "V_2",
"magic_prompt_option": "AUTO"
}
}curl --location --request POST 'https://api.openai-hub.com/ideogram/generate' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_request": {
"model": "V_2",
"magic_prompt_option": "AUTO"
}
}'{
"data": [
{
"seed": 12345,
"prompt": "A serene tropical beach scene.",
"resolution": "1024x1024",
"url": "https://ideogram.ai/api/images/direct/8YEpFzHuS-S6xXEGmCsf7g",
"is_image_safe": true
}
],
"created": "2000-01-23T04:56:07.000Z"
}