GET
/
vton
/
status
/
{requestId}
curl --request GET \
  --url https://api.charp.ai/vton/status/{requestId} \
  --header 'Authorization: Bearer <token>'
{
  "request-id": "<string>",
  "status": "SUCCESS",
  "generated-output": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication using OAuth2 access token

Path Parameters

requestId
string
required

Unique identifier of the Virtual Tryon request

Response

200 - application/json

Virtual Tryon status retrieved successfully

The response is of type object.