POST
/
kling
/
video
/
image-to-video
curl -X POST https://www.anyfast.ai/kling/video/image-to-video \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "image": "https://example.com/image.jpg",
    "prompt": "Make the person in the image smile"
  }'
Generate videos from images using the Kuaishou Kling model.

Request Parameters

image
string
required
Input image.
prompt
string
Motion description.
duration
number
Video duration.
curl -X POST https://www.anyfast.ai/kling/video/image-to-video \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "image": "https://example.com/image.jpg",
    "prompt": "Make the person in the image smile"
  }'