V1VideosWan 25Image to videoJobs

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

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

Text prompt describing the desired video motion (max 800 characters).

Length1 <= length <= 800
image_urlstring

Publicly accessible image URL to use as the first frame.

Formaturi
resolution?string

Desired output resolution.

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/image-to-video/jobs" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "string",
    "image_url": "http://example.com"
  }'
{
  "job_id": "string",
  "status": "queued",
  "estimate_usd": 0,
  "job_token": "string"
}
Empty
Empty
Empty