BETA - This endpoint is currently in beta and may change without notice.
Checks the status of a Try On job.
When using the Try On API with wait_for_result set to false, it returns a job ID. This endpoint allows you to check the status of that job and retrieve the final result when processing is complete.
All API requests require a valid api key. Include your token as a HTTP request header in the following format: X-API-Key: skXXXXXXXXXXXXXXXX. You can obtain an api key by signing up for developer access in your Pixelcut account.
The ID of the job to check
Job status retrieved successfully
The ID of the job
"6ba7b810-9dad-11d1-80b4-00c04fd430c8"
The current status of the job
pending, running, completed, failed "completed"
A URL to access the resultant image, only present when status is 'completed'
"https://assets.pixelcut.app/public/result/a16646be-91c8-4e3a-b359.jpg"