{
"prompt": "Put the little duckling on top of the woman's t-shirt.",
"seed": 0,
"guidance_scale": 3.5,
"sync_mode": false,
"num_images": 1,
"safety_tolerance": "2",
"output_format": "jpeg",
"aspect_ratio": "21:9",
"image_urls": [
"http://example.com"
]
}
curl --location -g --request POST '{{BASE_URL}}/fal-ai/flux-pro/kontext/max/multi' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "Put the little duckling on top of the woman'\''s t-shirt.",
"seed": 0,
"guidance_scale": 3.5,
"sync_mode": false,
"num_images": 1,
"safety_tolerance": "2",
"output_format": "jpeg",
"aspect_ratio": "21:9",
"image_urls": [
"http://example.com"
]
}'
{
"status": "IN_QUEUE",
"request_id": "551a32da-52b2-4be8-bf2f-bfb7cce2b324",
"response_url": "https://queue.fal.run/fal-ai/flux-1/requests/551a32da-52b2-4be8-bf2f-bfb7cce2b324",
"status_url": "https://queue.fal.run/fal-ai/flux-1/requests/551a32da-52b2-4be8-bf2f-bfb7cce2b324/status",
"cancel_url": "https://queue.fal.run/fal-ai/flux-1/requests/551a32da-52b2-4be8-bf2f-bfb7cce2b324/cancel",
"queue_position": 0
}