curl --location --request POST 'https://xuedingmao.top/ideogram/v1/ideogram-v3/remix' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--form 'image=@"C:\\Users\\Administrator\\Desktop\\例子.png"'
{
"data": [
{
"seed": 12345,
"prompt": "A photo of a cat",
"resolution": "1024x1024",
"url": "https://v3.fal.media/files/panda/-6uzsYt1XEco4s6BThKaP_image.png",
"is_image_safe": true,
"style_type": "REALISTIC"
}
],
"created": "2025-08-27T22:13:44.972624193+08:00"
}