官方文档地址:https://fal.ai/models/fal-ai/veo3
POST
/fal-ai/veo3/fal-ai/veo3
API Key application/json
请求示例
curl -X POST https://top.qingyuntop.ai/fal-ai/veo3 \
-H "Authorization: Bearer ${QINGYUN_TOP_API_KEY}" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A casual street interview on a busy New York City sidewalk in the afternoon. The interviewer holds a plain, unbranded microphone and asks: Have you seen Google's new Veo3 model It is a super good model. Person replies: Yeah I saw it, it's already available on fal. It's crazy good.",
"aspect_ratio": "16:9",
"duration": "8s",
"enhance_prompt": true,
"auto_fix": true,
"resolution": "720p",
"generate_audio": true
}'请求参数
| 参数 | 位置 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|---|
prompt | JSON body | string | 是 | - | - |
aspect_ratio | JSON body | string | 否 | 生成视频的宽高比。如果设置为 1:1,视频将被外绘。默认值:"16:9",范围[16:9,9:16,1:1] | - |
duration | JSON body | string | 否 | 生成视频的时长(以秒为单位)默认值:"8s" | - |
enhance_prompt | JSON body | boolean | 否 | 是否增强视频生成默认值:true | - |
auto_fix | JSON body | boolean | 否 | 是否通过重写来自动尝试修复未通过内容策略或其他验证检查的提示默认值:true | - |
resolution | JSON body | string | 否 | 生成视频的分辨率默认值:"720p" 范围值[720p,1080p] | - |
generate_audio | JSON body | boolean | 否 | 是否为视频生成音频。如果为 false,则将减少 %33 的积分。默认值:true | - |
返回响应 (200)
此部分没有定义参数。
响应示例
{
"status": "IN_QUEUE",
"request_id": "57b19308-8d3e-4196-b8bf-5ca80fa90827",
"response_url": "https://queue.fal.run/fal-ai/veo3/requests/57b19308-8d3e-4196-b8bf-5ca80fa90827",
"status_url": "https://queue.fal.run/fal-ai/veo3/requests/57b19308-8d3e-4196-b8bf-5ca80fa90827/status",
"cancel_url": "https://queue.fal.run/fal-ai/veo3/requests/57b19308-8d3e-4196-b8bf-5ca80fa90827/cancel",
"logs": null,
"metrics": {},
"queue_position": 0
}来源原始接口定义(用于追溯)
以下内容来自 Apifox 快照,可能包含兼容层字段或旧示例;公开调用请以本页的协议说明和当前模型列表为准。
{
"id": 495899908,
"name": "/fal-ai/veo3",
"type": "http",
"serverId": "",
"preProcessors": [],
"postProcessors": [],
"inheritPreProcessors": {},
"inheritPostProcessors": {},
"description": "官方文档地址:https://fal.ai/models/fal-ai/veo3",
"operationId": "",
"sourceUrl": "",
"method": "post",
"path": "/fal-ai/veo3",
"tags": [],
"status": 1,
"requestBody": {
"type": "application/json",
"parameters": [],
"jsonSchema": {
"type": "object",
"properties": {
"prompt": {
"type": "string"
},
"aspect_ratio": {
"type": "string",
"description": "生成视频的宽高比。如果设置为 1:1,视频将被外绘。默认值:\"16:9\",范围[16:9,9:16,1:1]"
},
"duration": {
"type": "string",
"description": "生成视频的时长(以秒为单位)默认值:\"8s\""
},
"enhance_prompt": {
"type": "boolean",
"description": "是否增强视频生成默认值:true"
},
"auto_fix": {
"type": "boolean",
"description": "是否通过重写来自动尝试修复未通过内容策略或其他验证检查的提示默认值:true"
},
"resolution": {
"type": "string",
"description": "生成视频的分辨率默认值:\"720p\" 范围值[720p,1080p]"
},
"generate_audio": {
"type": "boolean",
"description": "是否为视频生成音频。如果为 false,则将减少 %33 的积分。默认值:true"
}
},
"required": [
"prompt"
],
"x-apifox-orders": [
"prompt",
"aspect_ratio",
"duration",
"enhance_prompt",
"auto_fix",
"resolution",
"generate_audio"
]
},
"examples": [
{
"value": "{\r\n \"prompt\": \"A casual street interview on a busy New York City sidewalk in the afternoon. The interviewer holds a plain, unbranded microphone and asks: Have you seen Google's new Veo3 model It is a super good model. Person replies: Yeah I saw it, it's already available on fal. It's crazy good.\",\r\n \"aspect_ratio\": \"16:9\",\r\n \"duration\": \"8s\",\r\n \"enhance_prompt\": true,\r\n \"auto_fix\": true,\r\n \"resolution\": \"720p\",\r\n \"generate_audio\": true\r\n}",
"mediaType": "application/json",
"description": ""
}
],
"mediaType": "",
"oasExtensions": "",
"required": false,
"additionalContentTypes": []
},
"parameters": {
"path": [],
"query": [],
"cookie": [],
"header": []
},
"commonParameters": {
"query": [],
"body": [],
"cookie": [],
"header": []
},
"auth": {},
"responses": [
{
"id": 118817487,
"name": "成功",
"code": 200,
"contentType": "json",
"jsonSchema": {
"type": "object",
"properties": {},
"x-apifox-orders": []
},
"itemSchema": {},
"description": "",
"mediaType": "",
"headers": []
}
],
"responseExamples": [
{
"name": "成功示例",
"responseId": 118817487,
"data": "{\r\n \"status\": \"IN_QUEUE\",\r\n \"request_id\": \"57b19308-8d3e-4196-b8bf-5ca80fa90827\",\r\n \"response_url\": \"https://queue.fal.run/fal-ai/veo3/requests/57b19308-8d3e-4196-b8bf-5ca80fa90827\",\r\n \"status_url\": \"https://queue.fal.run/fal-ai/veo3/requests/57b19308-8d3e-4196-b8bf-5ca80fa90827/status\",\r\n \"cancel_url\": \"https://queue.fal.run/fal-ai/veo3/requests/57b19308-8d3e-4196-b8bf-5ca80fa90827/cancel\",\r\n \"logs\": null,\r\n \"metrics\": {},\r\n \"queue_position\": 0\r\n}",
"description": "",
"oasKey": "",
"oasExtensions": "",
"id": "019fc09b-0b33-76be-8db4-23171bbe73f6"
}
],
"codeSamples": [],
"projectId": 8662722,
"moduleId": 8310462,
"folderId": 92436160,
"ordering": 0,
"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.118817487"
],
"visibility": "INHERITED",
"securityScheme": {},
"callbacks": ""
}