/fal-ai/nano-banana/edit Image Edit
official文档: https://fal.ai/models/fal-ai/nano-banana/edit
Endpoint
POST http://v98store.com/fal-ai/nano-banana/edit cURL Command
curl -X POST 'http://v98store.com/fal-ai/nano-banana/edit' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "prompt": "make a photo of the man driving the car down the california coastline", "image_urls": [ "https://storage.googleapis.com/falserverless/example_inputs/nano-banana-edit-input.png", "https://storage.googleapis.com/falserverless/example_inputs/nano-banana-edit-input-2.png" ], "num_images": 1 }' Request Body
Example
{
"prompt": "make a photo of the man driving the car down the california coastline",
"image_urls": [
"https://storage.googleapis.com/falserverless/example_inputs/nano-banana-edit-input.png",
"https://storage.googleapis.com/falserverless/example_inputs/nano-banana-edit-input-2.png"
],
"num_images": 1
} Responses
200 -
Example
{
"status": "IN_QUEUE",
"request_id": "f8837f29-26cb-4213-90f5-22b2911a0ea7",
"response_url": "https://queue.fal.run/fal-ai/nano-banana/requests/f8837f29-26cb-4213-90f5-22b2911a0ea7",
"status_url": "https://queue.fal.run/fal-ai/nano-banana/requests/f8837f29-26cb-4213-90f5-22b2911a0ea7/status",
"cancel_url": "https://queue.fal.run/fal-ai/nano-banana/requests/f8837f29-26cb-4213-90f5-22b2911a0ea7/cancel",
"logs": null,
"metrics": {},
"queue_position": 0
}