/fal-ai/kling-video/v2.5-turbo/pro/text-to-video
POST /fal-ai/kling-video/v2.5-turbo/pro/text-to-video
说明
概览
| Method | POST |
|---|---|
| Path | /fal-ai/kling-video/v2.5-turbo/pro/text-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": "视频生成提示词。" }, "duration": { "type": "string", "description": "生成视频时长,枚举值:5、10" }, "aspect_ratio": { "type": "string", "description": "视频比例,枚举值:16:9,9:16,1:1" }, "negative_prompt": { "type": "string" }, "cfg_scale": { "type": "number", "description": "范围值:0-1" } }, "required": [ "prompt" ], "x-apifox-orders": [ "prompt", "duration", "aspect_ratio", "negative_prompt", "cfg_scale" ] }, "mediaType": "", "examples": [ { "mediaType": "application/json", "value": "{\r\n \"prompt\": \"A noble lord walks among his people, his presence a comforting reassurance. He greets them with a gentle smile, embodying their hopes and earning their respect through simple interactions. The atmosphere is intimate and sincere, highlighting the bond between the leader and community.\",\r\n \"duration\": \"5\",\r\n \"aspect_ratio\": \"16:9\",\r\n \"negative_prompt\": \"blur, distort, and low quality\",\r\n \"cfg_scale\": 0.5\r\n}" } ], "oasExtensions": "" }
响应
[ { "id": 777668441, "name": "成功", "code": 200, "contentType": "json", "jsonSchema": { "type": "object", "properties": {}, "x-apifox-orders": [] }, "itemSchema": {}, "description": "", "mediaType": "", "headers": [], "oasExtensions": "" } ]
响应示例
[ { "name": "成功示例", "responseId": 777668441, "data": "{\r\n \"status\": \"IN_QUEUE\",\r\n \"request_id\": \"6d5fbbbd-411c-4c7a-9249-e297304c87d4\",\r\n \"response_url\": \"https://queue.fal.run/fal-ai/kling-video/requests/6d5fbbbd-411c-4c7a-9249-e297304c87d4\",\r\n \"status_url\": \"https://queue.fal.run/fal-ai/kling-video/requests/6d5fbbbd-411c-4c7a-9249-e297304c87d4/status\",\r\n \"cancel_url\": \"https://queue.fal.run/fal-ai/kling-video/requests/6d5fbbbd-411c-4c7a-9249-e297304c87d4/cancel\",\r\n \"logs\": null,\r\n \"metrics\": {},\r\n \"queue_position\": 0\r\n}", "description": "", "oasKey": "", "oasExtensions": "", "id": 708594125 } ]