{
"image_request": {
"model": "V_2",
"magic_prompt_option": "AUTO",
"aspect_ratio": "ASPECT_1_1",
"prompt": "a dog",
"style_type": "REALISTIC",
"negative_prompt": "painting",
"seed": 12345
}
}curl --location --request POST 'https://api.302.ai/ideogram/generate' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_request": {
"model": "V_2",
"magic_prompt_option": "AUTO",
"aspect_ratio": "ASPECT_1_1",
"prompt": "a dog",
"style_type": "REALISTIC",
"negative_prompt": "painting",
"seed": 12345
}
}'{
"created": "2025-04-18T03:33:36.406137+00:00",
"data": [
{
"is_image_safe": true,
"prompt": "A photo of a golden retriever dog playing fetch in a field. The dog is running with a stick in its mouth. The background is a vast green field with a few trees. The sky is clear with a few clouds.",
"resolution": "1024x1024",
"seed": 12345,
"url": "https://file.302.ai/gpt/imgs/20250418/53b334a66f4746b1b5facf73d8339659.png"
}
]
}