Skip to main content
POST
Submit Seedance Pro Fast task

提交任务

prompt 和 type 必填。image-to-video 必须在 image_urls 中传入恰好一个公网 HTTP(S) URL;text-to-video 必须省略 image_urls。
省略 resolution 会使用当前 480p 默认值。由于公共网关 binding 的已知限制,显式发送 480p 目前会被拒绝;显式值只能使用 720p 或 1080p。后端固定使用 24fps,公开 Schema 不接受 fps。

授权

Authorization
string
header
必填

Wizzx API key. This is not a JWT.

请求体

application/json

Current HTTP contract: omit resolution for the 480p default. Explicit 480p is temporarily rejected by the shared gateway binding; explicit values may be 720p or 1080p. image-to-video requires exactly one image.

type
enum<string>
必填
可用选项:
text-to-video
prompt
string
必填
Minimum string length: 1
image_urls
string<uri>[]
Maximum array length: 1

Publicly reachable HTTP(S) URL.

Pattern: ^https?://
duration
enum<integer>
默认值:5
可用选项:
5,
10
resolution
enum<string>

Omit this field to use the current 480p default. Explicit 480p is not accepted until the gateway binding is fixed.

可用选项:
720p,
1080p
aspect_ratio
enum<string>
可用选项:
16:9,
4:3,
1:1,
3:4,
9:16,
21:9,
adaptive
seed
integer
必填范围: -1 <= x <= 4294967295
watermark
boolean
camera_fixed
boolean

响应

Task accepted

code
enum<integer>
必填
可用选项:
0
message
string
必填
示例:

"success"

data
object
必填
request_id
string<uuid>
必填