{
"model_name": "kolors-virtual-try-on-v1-5",
"human_image": "https://cdn2.gptbest.vip/file/cdn/20250123/YSJKw2DYf1EWJoRykZmLGKFg67KTfW.jpg",
"cloth_image": "https://cdn2.gptbest.vip/file/cdn/20250123/rrxMLeq50izVk1boSyy0a6vpgNE3f9.png"
}
curl --location --request POST 'https://api.leebay.cyou/kling/v1/images/kolors-virtual-try-on' \
--header 'Authorization: sk-xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"model_name": "kolors-virtual-try-on-v1-5",
"human_image": "https://cdn2.gptbest.vip/file/cdn/20250123/YSJKw2DYf1EWJoRykZmLGKFg67KTfW.jpg",
"cloth_image": "https://cdn2.gptbest.vip/file/cdn/20250123/rrxMLeq50izVk1boSyy0a6vpgNE3f9.png"
}'
{
"code": 0,
"message": "SUCCEED",
"request_id": "CmJ8DGePZioAAAAAAFIvOQ",
"data": {
"task_id": "CmJ8DGePZioAAAAAAFIvOQ",
"task_status": "submitted",
"created_at": 1737628288136,
"updated_at": 1737628288136
}
}