POST
/
kling
/
lip-sync
curl -X POST https://www.anyfast.ai/kling/lip-sync \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "video": "https://example.com/video.mp4",
    "audio": "https://example.com/audio.mp3"
  }'
Perform lip synchronization using the Kuaishou Kling model.

Request Parameters

video
string
required
Original video.
audio
string
required
Audio file.
curl -X POST https://www.anyfast.ai/kling/lip-sync \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "video": "https://example.com/video.mp4",
    "audio": "https://example.com/audio.mp3"
  }'