POST
/
vton
/
request
cURL
curl --request POST \
  --url https://whilter-api-host/vton/request \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "user-id": "<string>",
  "client-id": "<string>",
  "usecase-id": "<string>",
  "model-image": "<string>",
  "garment-image": [
    "<any>"
  ],
  "category": "auto",
  "mode": "balanced",
  "moderation_level": "permissive",
  "segmentation_free": true,
  "output_format": "png"
}'
{
  "request-id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Virtual Tryon request parameters

The body is of type object.

Response

200
application/json

Virtual Tryon request created successfully

The response is of type object.