V1VideosKlingImage to videoJobs
Submit image-to-video job (Kling v2.1 Pro)
promptstring
Text prompt describing the desired video.
Length
1 <= length <= 4000image_urlstring
Reference image. Provide either an HTTP(S) URL or a base64/data URL string.
Length
1 <= lengthtail_image_url?string
Optional reference image to use for the ending frame.
Format
uriduration?number
Duration of the generated video in seconds. Defaults to 5.
Default
5negative_prompt?string
Optional negative prompt used to steer the model away from undesired traits.
Default
"blur, distort, and low quality"cfg_scale?number
Classifier Free Guidance scale (0-10). Higher values adhere more closely to the prompt.
Default
0.5Range
0 <= value <= 10fal_options?object
Advanced provider-specific configuration forwarded to Fal.
Empty Object
webhook_url?string
Webhook to receive job status updates.
Format
uriuser?string
Optional end-user identifier for tracking.
Response Body
curl -X POST "https://api-beta.daydreams.systems/v1/videos/kling/image-to-video/jobs" \
-H "Content-Type: application/json" \
-d '{
"prompt": "string",
"image_url": "string"
}'{
"job_id": "string",
"status": "queued",
"estimate_usd": 0,
"job_token": "string"
}Empty
Empty
Empty