POST
/
kling
/
virtual-tryon
curl -X POST https://www.anyfast.ai/kling/virtual-tryon \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "person_image": "https://example.com/person.jpg",
    "cloth_image": "https://example.com/cloth.jpg"
  }'
Perform virtual clothing try-on using the Kuaishou Kling model.

Request Parameters

person_image
string
required
Person image.
cloth_image
string
required
Clothing image.
curl -X POST https://www.anyfast.ai/kling/virtual-tryon \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "person_image": "https://example.com/person.jpg",
    "cloth_image": "https://example.com/cloth.jpg"
  }'