{
"prompt": "string",
"image_urls": [
"string"
],
"aspect_ratio": "21:9",
"guidance_scale": 0,
"sync_mode": true,
"num_images": 0,
"output_format": "jpeg",
"safety_tolerance": "1",
"seed": 0
}
curl --location -g --request POST '{{BASE_URL}}/fal-ai/flux-pro/kontext/multi' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "string",
"image_urls": [
"string"
],
"aspect_ratio": "21:9",
"guidance_scale": 0,
"sync_mode": true,
"num_images": 0,
"output_format": "jpeg",
"safety_tolerance": "1",
"seed": 0
}'
{
"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
}