官方文档: https://fal.ai/models/fal-ai/kling-video/v2.5-turbo/pro/image-to-video
POST
/fal-ai/kling-video/v2.5-turbo/pro/image-to-video/fal-ai/kling-video/v2.5-turbo/pro/image-to-video
API Key application/json
请求示例
curl -X POST https://top.qingyuntop.ai/fal-ai/kling-video/v2.5-turbo/pro/image-to-video \
-H "Authorization: Bearer ${QINGYUN_TOP_API_KEY}" \
-H "Content-Type: application/json" \
-d '{
"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.",
"image_url": "https://v3.fal.media/files/panda/HnY2yf-BbzlrVQxR-qP6m_9912d0932988453aadf3912fc1901f52.jpg",
"duration": "5",
"negative_prompt": "blur, distort, and low quality",
"cfg_scale": 0.5
}'请求参数
| 参数 | 位置 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|---|
prompt | JSON body | string | 是 | 提示词 | - |
image_url | JSON body | string | 是 | 图片url,接受的文件类型:jpg、jpeg、png、webp、gif、avif | - |
duration | JSON body | string | 否 | 生成视频时长,枚举值:5、10 | - |
negative_prompt | JSON body | string | 否 | - | - |
cfg_scale | JSON body | number | 否 | 范围值:0-1 | - |
返回响应 (200)
此部分没有定义参数。
响应示例
{
"status": "IN_QUEUE",
"request_id": "727028ec-aa98-4073-9bcd-0acb386abcfc",
"response_url": "https://queue.fal.run/fal-ai/kling-video/requests/727028ec-aa98-4073-9bcd-0acb386abcfc",
"status_url": "https://queue.fal.run/fal-ai/kling-video/requests/727028ec-aa98-4073-9bcd-0acb386abcfc/status",
"cancel_url": "https://queue.fal.run/fal-ai/kling-video/requests/727028ec-aa98-4073-9bcd-0acb386abcfc/cancel",
"logs": null,
"metrics": {},
"queue_position": 0
}来源原始接口定义(用于追溯)
以下内容来自 Apifox 快照,可能包含兼容层字段或旧示例;公开调用请以本页的协议说明和当前模型列表为准。
{
"id": 495899902,
"name": "/fal-ai/kling-video/v2.5-turbo/pro/image-to-video",
"type": "http",
"serverId": "",
"preProcessors": [],
"postProcessors": [],
"inheritPreProcessors": {},
"inheritPostProcessors": {},
"description": "官方文档: https://fal.ai/models/fal-ai/kling-video/v2.5-turbo/pro/image-to-video",
"operationId": "",
"sourceUrl": "",
"method": "post",
"path": "/fal-ai/kling-video/v2.5-turbo/pro/image-to-video",
"tags": [],
"status": 1,
"requestBody": {
"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"
]
},
"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}"
}
],
"mediaType": "",
"oasExtensions": "",
"required": false,
"additionalContentTypes": []
},
"parameters": {
"path": [],
"query": [],
"cookie": [],
"header": []
},
"commonParameters": {
"query": [],
"body": [],
"cookie": [],
"header": []
},
"auth": {},
"responses": [
{
"id": 112585881,
"name": "成功",
"code": 200,
"contentType": "json",
"jsonSchema": {
"type": "object",
"properties": {},
"x-apifox-orders": []
},
"itemSchema": {},
"description": "",
"mediaType": "",
"headers": [],
"oasExtensions": ""
}
],
"responseExamples": [
{
"name": "成功示例",
"responseId": 112585881,
"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": "019fc09b-0b33-76be-8db4-0fa2017938c1"
}
],
"codeSamples": [],
"projectId": 8662722,
"moduleId": 8310462,
"folderId": 92436089,
"ordering": 102,
"responsibleId": 0,
"commonResponseStatus": {},
"advancedSettings": {
"disabledSystemHeaders": {}
},
"customApiFields": {},
"oasExtensions": "",
"mockScript": {},
"createdAt": "2026-08-02T03:53:34.000Z",
"updatedAt": "2026-08-05T14:40:24.000Z",
"creatorId": 2863449,
"editorId": 2863449,
"creatorUserId": 2863449,
"editorUserId": 2863449,
"responseChildren": [
"BLANK.112585881"
],
"visibility": "INHERITED",
"securityScheme": {},
"callbacks": ""
}