curl --location --request POST 'https://api.302.ai/ideogram/remix' \
--header 'Authorization: Bearer ' \
--form 'image_file=@""' \
--form 'image_request="{\"model\": \"V_2\",\"magic_prompt_option\": \"AUTO\",\"aspect_ratio\": \"ASPECT_10_16\",\"prompt\": \"a dog\",\"style_type\": \"REALISTIC\",\"negative_prompt\": \"painting\",\"seed\": 12345 }"'{
"created": "2026-01-15T03:46:01.830946+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": "800x1280",
"seed": 12345,
"url": "https://file.302.ai/gpt/imgs/20260115/38122b806d084357a8109d17570fdc4e.png"
}
]
}