Documentation Index
Fetch the complete documentation index at: https://docs.receiptor.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
POST /v1/capabilities/:slug
Authentication: API key required.
Example: documents.search
Example: documents.bulk-edit dry run
documents.bulk-edit defaults to preview mode (dryRun: true). Set dryRun: false to apply changes.
Approval-required execution
If you call a gated capability in execute mode, the API returns an approval payload instead of running it immediately. Example cases:documents.bulk-editwithdryRun: falsedocuments.resolve-duplicateswithdryRun: falseintegrations.send-to-integrationwithdryRun: falseintegrations.unlink-documentwithdryRun: falseentities.cleanupwithdryRun: falserules.executewithdryRun: false
Common errors
401missing/invalid API key401missing org context (Organization context required)403API key restricted to a different workspace404unknown capability slug400input validation errors