{
"expand_prompt": true,
"num_images": 1,
"prompt": "Old ancient city day light",
"image_url": "https://v3.fal.media/files/lion/9-Yt8JfTw4OxrAjiUzwP9_output.png",
"strength": 0.8,
"image_size": "square_hd"
}
curl --location --request POST '/fal-ai/ideogram/v3/remix' \
--header 'Authorization: Bearer XXX' \
--header 'Content-Type: application/json' \
--data-raw '{
"expand_prompt": true,
"num_images": 1,
"prompt": "Old ancient city day light",
"image_url": "https://v3.fal.media/files/lion/9-Yt8JfTw4OxrAjiUzwP9_output.png",
"strength": 0.8,
"image_size": "square_hd"
}'
{
"action": "fal-ideogram-v3-remix",
"message": "YEScale - FalAI Task Submitted",
"status": "SUBMITTED",
"task_id": "a9c5bbb3-b0d0-42f6-952c-6579b139ada5",
"usage": null
}