Replace a destination inbox's extraction schema with a copy of a source inbox's schema.
Create InboxAIRPARSER_CREATE_INBOX
Create an Airparser inbox/parser for a document family using a text or vision extraction engine.
Delete InboxAIRPARSER_DELETE_INBOX
Permanently delete an Airparser inbox and every document it contains. This destructive, cascading operation cannot be undone and requires explicit confirmation.
Get Account UsageAIRPARSER_GET_ACCOUNT_USAGE
Return the connected Airparser account's role, verification state, plan, and parsing-credit usage without exposing personal, secret, or internal account fields.
Get DocumentAIRPARSER_GET_DOCUMENT
Get parsed output and status for a document, optionally including extended source and navigation details.
Get InboxAIRPARSER_GET_INBOX
Get one Airparser inbox, including its current extraction schema and useful parsing configuration.
List DocumentsAIRPARSER_LIST_DOCUMENTS
List and search documents in one inbox, one page at a time.
List InboxesAIRPARSER_LIST_INBOXES
List the Airparser inboxes available to the connected account.
Upload one document to an inbox and wait for its extracted JSON. This non-idempotent operation consumes plan credits, including one credit per PDF page. Do not retry automatically after an ambiguous failure because a retry can consume credits and create another document.