{
"model": "kling",
"task_type": "ai_try_on",
"input": {
"model_input": "https://1.jpg",
"upper_input": "https://2.jpg",
"lower_input": "https://3.jpg"
},
"config": {
"service_mode": "public",
"webhook_config": {
"endpoint": "https://webhook.site/bd3eae69-861c-4b26-ab1a-09b77cdeb15e",
"secret": ""
}
}
}curl --location --request POST 'https://api.piapi.ai/api/v1/task' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling",
"task_type": "ai_try_on",
"input": {
"model_input": "https://1.jpg",
"upper_input": "https://2.jpg",
"lower_input": "https://3.jpg"
},
"config": {
"service_mode": "public",
"webhook_config": {
"endpoint": "https://webhook.site/bd3eae69-861c-4b26-ab1a-09b77cdeb15e",
"secret": ""
}
}
}'{}