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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.pictify.io/llms.txt

Use this file to discover all available pages before exploring further.

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