POST
/
kling
/
video
/
multi-image
curl -X POST https://www.anyfast.ai/kling/video/multi-image \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "images": ["image1_url", "image2_url"],
    "prompt": "Create a transition video"
  }'
Generate videos from multiple reference images using the Kuaishou Kling model.

Request Parameters

images
array
required
Array of reference images.
prompt
string
Video description.
curl -X POST https://www.anyfast.ai/kling/video/multi-image \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "images": ["image1_url", "image2_url"],
    "prompt": "Create a transition video"
  }'