/fal-ai/kling-video/v2.5-turbo/pro/image-to-video
POST /fal-ai/kling-video/v2.5-turbo/pro/image-to-video
说明
概览
| Method | POST |
|---|---|
| Path | /fal-ai/kling-video/v2.5-turbo/pro/image-to-video |
| Type | http |
| Status | 1 |
| Module | 2102810 |
| Folder | 61445274 |
参数
{ "query": [], "path": [], "cookie": [], "header": [] }
请求体
{ "type": "application/json", "parameters": [], "jsonSchema": { "type": "object", "properties": { "prompt": { "type": "string", "description": "提示词" }, "image_url": { "type": "string", "description": "图片url,接受的文件类型:jpg、jpeg、png、webp、gif、avif" }, "duration": { "type": "string", "description": "生成视频时长,枚举值:5、10" }, "negative_prompt": { "type": "string" }, "cfg_scale": { "type": "number", "description": "范围值:0-1" } }, "required": [ "prompt", "image_url" ], "x-apifox-orders": [ "prompt", "image_url", "duration", "negative_prompt", "cfg_scale" ] }, "mediaType": "", "examples": [ { "mediaType": "application/json", "value": "{\r\n \"prompt\": \"A stark starting line divides two powerful cars, engines revving for the challenge ahead. They surge forward in the heat of competition, a blur of speed and chrome. The finish line looms as they vie for victory.\",\r\n \"image_url\": \"https://v3.fal.media/files/panda/HnY2yf-BbzlrVQxR-qP6m_9912d0932988453aadf3912fc1901f52.jpg\",\r\n \"duration\": \"5\",\r\n \"negative_prompt\": \"blur, distort, and low quality\",\r\n \"cfg_scale\": 0.5\r\n}" } ], "oasExtensions": "" }
响应
[ { "id": 777672136, "name": "成功", "code": 200, "contentType": "json", "jsonSchema": { "type": "object", "properties": {}, "x-apifox-orders": [] }, "itemSchema": {}, "description": "", "mediaType": "", "headers": [], "oasExtensions": "" } ]
响应示例
[ { "name": "成功示例", "responseId": 777672136, "data": "{\r\n \"status\": \"IN_QUEUE\",\r\n \"request_id\": \"727028ec-aa98-4073-9bcd-0acb386abcfc\",\r\n \"response_url\": \"https://queue.fal.run/fal-ai/kling-video/requests/727028ec-aa98-4073-9bcd-0acb386abcfc\",\r\n \"status_url\": \"https://queue.fal.run/fal-ai/kling-video/requests/727028ec-aa98-4073-9bcd-0acb386abcfc/status\",\r\n \"cancel_url\": \"https://queue.fal.run/fal-ai/kling-video/requests/727028ec-aa98-4073-9bcd-0acb386abcfc/cancel\",\r\n \"logs\": null,\r\n \"metrics\": {},\r\n \"queue_position\": 0\r\n}", "description": "", "oasKey": "", "oasExtensions": "", "id": 708596961 } ]