POST
/
kling
/
video
/
effects
curl -X POST https://www.anyfast.ai/kling/video/effects \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "video": "https://example.com/video.mp4",
    "effect": "slow_motion"
  }'
Add special effects to videos using the Kuaishou Kling model.

Request Parameters

video
string
required
Original video.
effect
string
required
Effect type.
curl -X POST https://www.anyfast.ai/kling/video/effects \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "video": "https://example.com/video.mp4",
    "effect": "slow_motion"
  }'