/fal-ai/nano-banana/edit 图片编辑
概览
- 方法: POST
- 地址: https://api.winfull.cloud-ip.cc/fal-ai/nano-banana/edit
- 简介: 官方文档: https://fal.ai/models/fal-ai/nano-banana/edit
请求参数
- Header: Authorization: Bearer
<token> - Body 类型: application/json
{
"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
}请求示例
curl --location --request POST 'https://api.winfull.cloud-ip.cc/fal-ai/nano-banana/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"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
}'返回示例
🟢200成功 示例
{
"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
}最后更新:2025-11-14 15:11:18
