{
"prompt": "cat"
}curl --location --request POST 'https://api.302.ai/ideogram/v1/ideogram-v3/generate' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "cat"
}'{
"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"
}
]
}