cURL
curl --request GET \ --url https://whilter-api-host/vton/status/{requestId} \ --header 'Authorization: Bearer <token>'
{ "request-id": "<string>", "status": "SUCCESS", "generated-output": "<string>" }
Get Virtual Tryon Status
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the Virtual Tryon request
Virtual Tryon status retrieved successfully
The response is of type object.
object