V1VideosWan 25Text to videoJobs

Submit text-to-video job (Wan 2.5 Preview)

POST
/v1/videos/wan-25/text-to-video/jobs
promptstring

Text prompt for video generation. Supports Chinese and English, up to 800 characters.

Length1 <= length <= 800
aspect_ratio?string

Output aspect ratio of the generated video.

Default"16:9"
Value in"16:9" | "9:16" | "1:1"
resolution?string

Video resolution tier.

Default"1080p"
Value in"480p" | "720p" | "1080p"
negative_prompt?string

Negative prompt describing content to avoid (max 500 characters).

Lengthlength <= 500
enable_prompt_expansion?boolean

Enable LLM-assisted prompt rewriting for improved results.

Defaulttrue
seed?integer

Random seed for reproducibility.

fal_options?object

Advanced provider-specific configuration forwarded to Fal.

Empty Object

webhook_url?string

Webhook to receive job status updates.

Formaturi
user?string

Optional end-user identifier for tracking.

Response Body

curl -X POST "https://api-beta.daydreams.systems/v1/videos/wan-25/text-to-video/jobs" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "string"
  }'
{
  "job_id": "string",
  "status": "queued",
  "estimate_usd": 0,
  "job_token": "string"
}
Empty
Empty
Empty