Skip to main content
GET
/
vton
/
status
/
{requestId}
cURL
curl --request GET \
  --url https://whilter-api-host/vton/status/{requestId} \
  --header 'Authorization: Bearer <token>'
{
  "request-id": "<string>",
  "status": "SUCCESS",
  "generated-output": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

requestId
string
required

Unique identifier of the Virtual Tryon request

Response

200 - application/json

Virtual Tryon status retrieved successfully

request-id
string

Unique identifier of the Virtual Tryon request

status
enum<string>

Status of the Virtual Tryon request

Available options:
SUCCESS,
FAILURE
generated-output
string<uri>

S3 URL of the generated output image

I