Airparser
Airparser extracts structured data from emails, documents, and other files using AI-powered parsing.
Tools (10)
Clone Extraction Schema
Replace a destination inbox's extraction schema with a copy of a source inbox's schema.
Inputs: source_inbox_id, destination_inbox_id
Create Inbox
Create an Airparser inbox/parser for a document family using a text or vision extraction engine.
Inputs: name, llm_engine
Delete Inbox
Permanently delete an Airparser inbox and every document it contains. This destructive, cascading operation cannot be undone and requires explicit confirmation.
Inputs: inbox_id, confirm_permanent_deletion
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 Document
Get parsed output and status for a document, optionally including extended source and navigation details.
Inputs: source, document_id, detail_level
Get Inbox
Get one Airparser inbox, including its current extraction schema and useful parsing configuration.
Inputs: inbox_id
List Documents
List and search documents in one inbox, one page at a time.
Inputs: query, to_date, inbox_id, per_page, from_date, next_cursor
List Inboxes
List the Airparser inboxes available to the connected account.
Parse Document Synchronously
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.
Inputs: file, inbox_id, metadata
Upsert Extraction Schema
Create or completely replace the extraction schema used by an Airparser inbox. The fields array is the complete replacement, not a partial update.
Inputs: fields, inbox_id