Authorization: Bearer ********************
{
"prompt": "A detailed, photorealistic image of a majestic lion in the savanna at sunset, with a warm, golden light.",
"image_url": "https://storage.googleapis.com/falserverless/fal-assets/some-base-image.png",
"output_format": "jpeg",
}
curl --location --request POST '/fal-ai/flux-pro/kontext' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A detailed, photorealistic image of a majestic lion in the savanna at sunset, with a warm, golden light.",
"image_url": "https://storage.googleapis.com/falserverless/fal-assets/some-base-image.png",
"output_format": "jpeg",
}'
{
"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
}