Skip to main content
POST
/
v1
/
try-on
/
job
/
{jobId}
/
cancel
Try On Job Cancel (Beta)
curl --request POST \
  --url https://api.developer.pixelcut.ai/v1/try-on/job/{jobId}/cancel \
  --header 'X-API-KEY: <api-key>'
{
  "message": "Job cancelled"
}

Authorizations

X-API-KEY
string
header
required

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.

Path Parameters

jobId
string
required

The ID of the job to cancel

Response

Job cancelled successfully

message
string

Confirmation message

Example:

"Job cancelled"