jpg
|jpeg
|png
|webp
(no animations)10MB
4096px
10
curl --location --request POST 'https://api.sellerpic.ai/v1/api/generate/tryOnApparel' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
"modelId": "1858369973362100294",
"top": {
"imageKey": "UPLOAD/MANAGE/SAMPLE/try-on-top/1-original.webp"
}
}'
{
"code": 0,
"data": {
"id": "string"
},
"msg": "string",
"success": true,
"traceId": "string"
}