curl --location --request POST 'https://api.uniapi.io/fal-ai/flux-pro/kontext' \
--header 'Authorization: Key ' \
--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": "725e8f7a-afbf-4e9d-9e33-314220bb1fed",
"response_url": "https://queue.fal.run/fal-ai/xxxx/requests/725e8f7a-afbf-4e9d-9e33-314220bb1fed",
"status_url": "https://queue.fal.run/fal-ai/xxxx/requests/725e8f7a-afbf-4e9d-9e33-314220bb1fed/status",
"logs": null,
"metrics": {},
"queue_position": 0
}