Skip to main content
POST
/
templates
/
batch
/
{batchId}
/
cancel
Cancel batch job
curl --request POST \
  --url https://api.pictify.io/templates/batch/{batchId}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "batchId": "<string>",
  "status": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key obtained from the Pictify dashboard

Path Parameters

batchId
string
required

Response

200 - application/json

Batch job cancelled

batchId
string
status
string
message
string