Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Use your APIPod API key as a Bearer token in the Authorization header.

Body

application/json
model
string
required

Public APIPod model ID.

Allowed value: "wan3.0-t2v"
prompt
string
required

Text prompt used to describe the expected generated video content.

Required string length: 1 - 20000
aspect_ratio
enum<string>
default:adaptive

Aspect ratio for generated videos.

Available options:
adaptive,
16:9,
4:3,
1:1,
3:4,
9:16
resolution
enum<string>
default:1080P

Resolution levels for video generation. The default value is 1080p.

Available options:
480P,
720P,
1080P
duration
enum<integer>
default:5

The duration of the generated video, in seconds.

Available options:
-1
Required range: 2 <= x <= 30
generate_audio
boolean
default:true

Does the output video contain audio?

watermark
boolean
default:false

Response

200 - application/json

Task accepted

Standard response for task submission

code
integer
required
data
Task Submit Data · object
required

Data content for task submission

message
string
required