官方文档:https://fal.ai/models/fal-ai/veo3/image-to-video
POST
/fal-ai/veo3/image-to-video/fal-ai/veo3/image-to-video
API Key application/json
请求示例
curl -X POST https://top.qingyuntop.ai/fal-ai/veo3/image-to-video \
-H "Authorization: Bearer ${QINGYUN_TOP_API_KEY}" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A woman looks into the camera, breathes in, then exclaims energetically, \"have you guys checked out Veo3 Image-to-Video on Fal? It's incredible!\"",
"image_url": "https://storage.googleapis.com/falserverless/example_inputs/veo3-i2v-input.png",
"aspect_ratio": "auto",
"duration": "8s",
"generate_audio": true,
"resolution": "720p"
}'请求参数
| 参数 | 位置 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|---|
prompt | JSON body | string | 是 | 提示词 | - |
image_url | JSON body | string | 是 | 参考图片URL | - |
aspect_ratio | JSON body | string | 否 | 尺寸,枚举值:16:9、9:16、auto,默认值: "auto" | - |
duration | JSON body | string | 否 | 视频时长,默认值:"8s" | - |
generate_audio | JSON body | boolean | 否 | 生成音频,默认值:true | - |
resolution | JSON body | string | 否 | 分辨率,枚举值:"720p"、"1080p" | - |
返回响应 (200)
| 参数 | 位置 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|---|
status | 响应 JSON | string | 是 | - | - |
request_id | 响应 JSON | string | 是 | - | - |
response_url | 响应 JSON | string | 是 | - | - |
status_url | 响应 JSON | string | 是 | - | - |
cancel_url | 响应 JSON | string | 是 | - | - |
logs | 响应 JSON | null | 是 | - | - |
metrics | 响应 JSON | object | 是 | - | - |
queue_position | 响应 JSON | integer | 是 | - | - |
响应示例
{
"status": "IN_QUEUE",
"request_id": "bcd3b436-b7af-42f3-8649-204657bfaf10",
"response_url": "https://queue.fal.run/fal-ai/veo3/requests/bcd3b436-b7af-42f3-8649-204657bfaf10",
"status_url": "https://queue.fal.run/fal-ai/veo3/requests/bcd3b436-b7af-42f3-8649-204657bfaf10/status",
"cancel_url": "https://queue.fal.run/fal-ai/veo3/requests/bcd3b436-b7af-42f3-8649-204657bfaf10/cancel",
"logs": null,
"metrics": {},
"queue_position": 0
}来源原始接口定义(用于追溯)
以下内容来自 Apifox 快照,可能包含兼容层字段或旧示例;公开调用请以本页的协议说明和当前模型列表为准。
{
"id": 495899912,
"name": "/fal-ai/veo3/image-to-video",
"type": "http",
"serverId": "",
"preProcessors": [],
"postProcessors": [],
"inheritPreProcessors": {},
"inheritPostProcessors": {},
"description": "官方文档:https://fal.ai/models/fal-ai/veo3/image-to-video",
"operationId": "",
"sourceUrl": "",
"method": "post",
"path": "/fal-ai/veo3/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"
},
"aspect_ratio": {
"type": "string",
"description": "尺寸,枚举值:16:9、9:16、auto,默认值: \"auto\""
},
"duration": {
"type": "string",
"description": "视频时长,默认值:\"8s\""
},
"generate_audio": {
"type": "boolean",
"description": "生成音频,默认值:true"
},
"resolution": {
"type": "string",
"description": "分辨率,枚举值:\"720p\"、\"1080p\""
}
},
"required": [
"prompt",
"image_url"
],
"x-apifox-orders": [
"prompt",
"image_url",
"aspect_ratio",
"duration",
"generate_audio",
"resolution"
]
},
"examples": [
{
"value": "{\r\n \"prompt\": \"A woman looks into the camera, breathes in, then exclaims energetically, \\\"have you guys checked out Veo3 Image-to-Video on Fal? It's incredible!\\\"\",\r\n \"image_url\": \"https://storage.googleapis.com/falserverless/example_inputs/veo3-i2v-input.png\",\r\n \"aspect_ratio\": \"auto\",\r\n \"duration\": \"8s\",\r\n \"generate_audio\": true,\r\n \"resolution\": \"720p\"\r\n}",
"mediaType": "application/json",
"description": ""
}
],
"mediaType": "",
"oasExtensions": "",
"required": false,
"additionalContentTypes": []
},
"parameters": {
"path": [],
"query": [],
"cookie": [],
"header": []
},
"commonParameters": {
"query": [],
"body": [],
"cookie": [],
"header": []
},
"auth": {},
"responses": [
{
"id": 137326219,
"name": "成功",
"code": 200,
"contentType": "json",
"jsonSchema": {
"type": "object",
"properties": {
"status": {
"type": "string"
},
"request_id": {
"type": "string"
},
"response_url": {
"type": "string"
},
"status_url": {
"type": "string"
},
"cancel_url": {
"type": "string"
},
"logs": {
"type": "null"
},
"metrics": {
"type": "object",
"properties": {},
"x-apifox-orders": []
},
"queue_position": {
"type": "integer"
}
},
"required": [
"status",
"request_id",
"response_url",
"status_url",
"cancel_url",
"logs",
"metrics",
"queue_position"
],
"x-apifox-orders": [
"status",
"request_id",
"response_url",
"status_url",
"cancel_url",
"logs",
"metrics",
"queue_position"
]
},
"itemSchema": {},
"description": "",
"mediaType": "",
"headers": []
}
],
"responseExamples": [
{
"name": "成功示例",
"responseId": 137326219,
"data": "{\r\n \"status\": \"IN_QUEUE\",\r\n \"request_id\": \"bcd3b436-b7af-42f3-8649-204657bfaf10\",\r\n \"response_url\": \"https://queue.fal.run/fal-ai/veo3/requests/bcd3b436-b7af-42f3-8649-204657bfaf10\",\r\n \"status_url\": \"https://queue.fal.run/fal-ai/veo3/requests/bcd3b436-b7af-42f3-8649-204657bfaf10/status\",\r\n \"cancel_url\": \"https://queue.fal.run/fal-ai/veo3/requests/bcd3b436-b7af-42f3-8649-204657bfaf10/cancel\",\r\n \"logs\": null,\r\n \"metrics\": {},\r\n \"queue_position\": 0\r\n}",
"description": "",
"oasKey": "",
"oasExtensions": "",
"id": "019fc09b-0b34-73db-ae4a-08be8bbb542d"
}
],
"codeSamples": [],
"projectId": 8662722,
"moduleId": 8310462,
"folderId": 92436160,
"ordering": 24,
"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.137326219"
],
"visibility": "INHERITED",
"securityScheme": {},
"callbacks": ""
}