Skip to main content
POST
Submit Seedance Pro Fast task

Submit task

prompt and type are required. image-to-video requires exactly one public HTTP(S) URL in image_urls; text-to-video must omit image_urls.
Omit resolution to use the current 480p default. Because of a known shared gateway binding limitation, explicitly sending 480p is currently rejected; explicit values may be 720p or 1080p. Fixed 24fps is used and fps is not part of the public Schema.

Authorizations

Authorization
string
header
required

Wizzx API key. This is not a JWT.

Body

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>
required
Available options:
text-to-video
prompt
string
required
Minimum string length: 1
image_urls
string<uri>[]
Maximum array length: 1

Publicly reachable HTTP(S) URL.

Pattern: ^https?://
duration
enum<integer>
default:5
Available options:
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.

Available options:
720p,
1080p
aspect_ratio
enum<string>
Available options:
16:9,
4:3,
1:1,
3:4,
9:16,
21:9,
adaptive
seed
integer
Required range: -1 <= x <= 4294967295
watermark
boolean
camera_fixed
boolean

Response

Task accepted

code
enum<integer>
required
Available options:
0
message
string
required
Example:

"success"

data
object
required
request_id
string<uuid>
required