V1VideosWanAnimateMoveJobs
Submit video animation job (Wan Animate Move)
image_urlstring
Reference image. Provide either an HTTP(S) URL or a base64/data URL string.
Length
1 <= length
video_urlstring
Driving video. Provide either an HTTP(S) URL or a base64/data URL string.
Length
1 <= length
resolution?string
Output resolution of the generated video.
Default
"480p"
Value in
"480p" | "580p" | "720p"
fal_options?object
Advanced provider-specific configuration forwarded to Fal.
Empty Object
webhook_url?string
Webhook to receive job status updates.
Format
uri
user?string
Optional end-user identifier for tracking.
Response Body
curl -X POST "https://api-beta.daydreams.systems/v1/videos/wan/animate/move/jobs" \
-H "Content-Type: application/json" \
-d '{
"image_url": "string",
"video_url": "string"
}'
{
"job_id": "string",
"status": "queued",
"estimate_usd": 0,
"job_token": "string"
}
Empty
Empty
Empty