Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.retab.com/llms.txt

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

Cancel an in-flight background Classification run (one created with background: true). Cancellation is idempotent: a run that has already reached a terminal state (completed, failed, or cancelled) is returned unchanged rather than erroring.
curl -X POST \
  'https://api.retab.com/v1/classifications/clss_01G34H8J2K/cancel' \
  -H "Api-Key: $RETAB_API_KEY"
{
  "id": "clss_01G34H8J2K",
  "status": "cancelled",
  "error": null
}