/fal-ai/flux-pro/kontext/max/multi
POST /fal-ai/flux-pro/kontext/max/multi
说明
概览
| Method | POST |
|---|---|
| Path | /fal-ai/flux-pro/kontext/max/multi |
| Type | http |
| Status | 1 |
| Module | 2102810 |
| Folder | 61445274 |
参数
{ "query": [], "path": [], "cookie": [], "header": [] }
请求体
{ "type": "application/json", "parameters": [], "jsonSchema": { "type": "object", "properties": { "prompt": { "type": "string", "description": "提示词" }, "guidance_scale": { "type": "number", "description": "范围值:1-20" }, "num_images": { "type": "integer", "description": "生成图片数量,范围值:1-4" }, "output_format": { "type": "string", "description": "图片输出格式:\"jpeg\",\"png\"" }, "safety_tolerance": { "type": "string", "description": "安全容差" }, "image_urls": { "type": "array", "items": { "type": "string" }, "description": "图片URL" } }, "required": [ "prompt", "image_urls" ], "x-apifox-orders": [ "prompt", "guidance_scale", "num_images", "output_format", "safety_tolerance", "image_urls" ] }, "mediaType": "", "examples": [ { "mediaType": "application/json", "value": "{\r\n \"prompt\": \"Put the little duckling on top of the woman's t-shirt.\",\r\n \"guidance_scale\": 3.5,\r\n \"num_images\": 1,\r\n \"output_format\": \"jpeg\",\r\n \"safety_tolerance\": \"2\",\r\n \"image_urls\": [\r\n \"https://v3.fal.media/files/penguin/XoW0qavfF-ahg-jX4BMyL_image.webp\",\r\n \"https://v3.fal.media/files/tiger/bml6YA7DWJXOigadvxk75_image.webp\"\r\n ]\r\n}" } ], "oasExtensions": "" }
响应
[ { "id": 719672598, "name": "成功", "code": 200, "contentType": "json", "jsonSchema": { "type": "object", "properties": {}, "x-apifox-orders": [] }, "itemSchema": {}, "description": "", "mediaType": "", "headers": [], "oasExtensions": "" } ]
响应示例
[ { "name": "成功示例", "responseId": 719672598, "data": "{\r\n \"status\": \"IN_QUEUE\",\r\n \"request_id\": \"30bc4aeb-0543-4198-929c-da97da4d14c9\",\r\n \"response_url\": \"https://queue.fal.run/fal-ai/flux-pro/requests/30bc4aeb-0543-4198-929c-da97da4d14c9\",\r\n \"status_url\": \"https://queue.fal.run/fal-ai/flux-pro/requests/30bc4aeb-0543-4198-929c-da97da4d14c9/status\",\r\n \"cancel_url\": \"https://queue.fal.run/fal-ai/flux-pro/requests/30bc4aeb-0543-4198-929c-da97da4d14c9/cancel\",\r\n \"logs\": null,\r\n \"metrics\": {},\r\n \"queue_position\": 0\r\n}", "description": "", "oasKey": "", "oasExtensions": "", "id": 641292710 } ]