Loading...
Kling V3 API
Kling V3 Standard image-to-video with start frame only
Endpoint
POST https://api.hedra.com/v3/models/kling-v3
Example request
curl -X POST "https://api.hedra.com/v3/models/kling-v3" \
-H "Authorization: Key $HEDRA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input": {"prompt": "a cinematic shot of a city at dusk"}}'Parameters
- num_outputsinteger
Number of outputs generated per job. Only 1 is supported.
- promptstringrequired
Generation prompt. At most 2500 characters.
- generate_audioboolean
Whether to generate native audio for the video.
- negative_promptstring
What to avoid in the generated video. At most 2500 characters.
- aspect_ratiostringrequired
Output aspect ratio.
- resolutionstring
Output resolution.
- duration_msintegerrequired
Duration in ms.
- start_image
Start frame (image-to-video). At most 10.4 MB.
- cfg_scalenumber
How closely the model follows the prompt. From 0 to 1.
- end_image
End frame (first-last-frame-to-video). At most 10.4 MB.
- qualitystringrequired
Quality level to generate at.