POST
/
vton
/
request
curl --request POST \
  --url https://api.whilter.ai/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": "<string>",
  "category": "auto",
  "mode": "balanced",
  "moderation_level": "permissive",
  "segmentation_free": true,
  "output_format": "png"
}'
{
  "request-id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication using OAuth2 access 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.