curl --location --request POST 'https://api.leebay.cyou/ideogram/remix' \
--header 'accept: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--form 'image_request="{\"image_weight\":50,\"model\":\"V_1\",\"magic_prompt_option\":\"AUTO\",\"prompt\":\"A%20serene%20tropical%20beach%20\",\"aspect_ratio\":\"ASPECT_10_16\",\"seed\":12345,\"negative_prompt\":\"brush%20strokes%2C%20painting\"}"' \
--form 'image_file=@"E:\\Downloads\\flux.png"'
{
"created": "2024-08-27T15:40:31.101790+00:00",
"data": [
{
"is_image_safe": true,
"prompt": "A serene and picturesque tropical beach scene, featuring a pristine stretch of soft, golden sand. The gently rolling waves of the turquoise ocean caress the shoreline, creating a soothing ambiance. Palm trees sway gracefully, casting dappled shadows on the sand, while a few seagulls fly overhead. A small, vibrant coral reef is visible beneath the surface of the water, teeming with colorful fish and marine life. The sun casts a warm, golden glow over the entire scene.",
"resolution": "768x1232",
"seed": 12345,
"url": "https://ideogram.ai/api/images/ephemeral/TMbGtdqTRQST8EoZoCjtiw.png?exp=1724859637&sig=62b8379501193e1acb70e7ceca83e31a7b5e83524c2ce64cb33e5e86aed25dd8"
}
]
}