openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths:
/api/video/submit:
post:
summary: 图生视频
deprecated: true
description: |-
支持多张参考图片,以数组形式提供图片URL
图片将用于辅助AI理解视频生成需求
支持常见图片格式:JPG、PNG、WebP等
建议图片尺寸不超过2048x2048像素
tags:
- 模型接口/veo
parameters:
- name: Authorization
in: header
description: ''
required: true
example: sk-
schema:
type: string
default: sk-
requestBody:
content:
application/json:
schema:
type: object
properties:
prompt:
type: string
description: 视频生成的文本描述
model:
type: string
description: 使用的模型名称
images:
type: array
items:
type: string
description: 参考图片URL数组,用于辅助视频生成
enhance_prompt:
type: boolean
description: 是否增强提示词,默认为 false
x-apifox-orders:
- prompt
- model
- images
- enhance_prompt
required:
- prompt
- model
example:
prompt: a cat fly in the sky
model: veo3
images:
- >-
https://filesystem.site/cdn/20250612/VfgB5ubjInVt8sG6rzMppxnu7gEfde.png
- >-
https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png
enhance_prompt: true
responses:
'200':
description: ''
content:
application/json:
schema:
type: object
properties: {}
example:
success: true
data:
taskId: veo3:0ff04a94-6c7e-4f86-af66-3adb62214eb2
pollingUrl: >-
https://asyncdata.net/source/veo3:0ff04a94-6c7e-4f86-af66-3adb62214eb2
status: processing
message: Task submitted successfully
headers: {}
x-apifox-name: 成功
security: []
x-apifox-folder: 模型接口/veo
x-apifox-status: deprecated
x-run-in-apifox: https://app.apifox.com/web/project/5503894/apis/api-339951770-run
components:
schemas: {}
securitySchemes: {}
servers:
- url: '{{base_url}}'
description: 测试环境
- url: https://newapi.eronmind.com
description: 正式环境
security: []