Authorization: Bearer ********************
{
"prompt": "Put a donut next to the flour.",
"guidance_scale": 3.5,
"num_images": 1,
"safety_tolerance": "2",
"output_format": "jpeg",
"image_url": "https://v3.fal.media/files/rabbit/rmgBxhwGYb2d3pl3x9sKf_output.png"
}
curl --location --request POST '/fal-ai/flux-pro/kontext/max' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "Put a donut next to the flour.",
"guidance_scale": 3.5,
"num_images": 1,
"safety_tolerance": "2",
"output_format": "jpeg",
"image_url": "https://v3.fal.media/files/rabbit/rmgBxhwGYb2d3pl3x9sKf_output.png"
}'
{
"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
}