Airparser entegrasyonu | Zervanor
← Tüm konnektörler

Airparser

Aynı zamanda bir ajan aracı
data-analytics

AI document/email parser — extract structured data from PDFs, emails, and images. Public REST API over a single host (https://api.airparser.com): inbox (mailbox) management (list/get/create/delete), document retrieval (compact + extended) and listing, and extraction-schema management (set/clone). API-key auth (custom X-API-Key header). Real signed completion webhook (airparser-signature HMAC-SHA256 base64 over raw body, generic_hmac) emitting a single document-parsed trigger; webhook registration is a manual operator step in the Airparser UI (airparser-03). Binary document upload (upload-sync/upload, multipart file part) is deferred to the platform binary file-I/O engine theme (Theme 9, airparser-02).

9 eylemler · 1 tetikleyiciler

Airparser entegrasyonu — 9 aksiyon ve 1 tetikleyici ile Airparser'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: List Inboxes, Get Inbox, Create Inbox, Delete Inbox, Get Document (Compact). Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.

Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.

Tetikleyiciler 1

Airparser üzerinde bir iş akışını başlatabilen olaylar.

webhook

Document Parsed

Fires when a document in the inbox finishes parsing. Airparser POSTs the parsed document JSON (signed with airparser-signature) to the configured receive URL. Webhook registration is a manual operator step in the Airparser inbox UI (airparser-03); exact payload field names confirmed against a live delivery at build (airparser-08).

Eylemler 9

Zervanor'un Airparser üzerinde yapabilecekleri.

Inboxes7

GET

List Inboxes

List all inboxes (mailboxes) in the account (Airparser: GET /inboxes). Safe, idempotent identity/connectivity probe — connector READ test target.

GET

Get Inbox

Fetch a single inbox including its parsing configuration and extraction schema (Airparser: GET /inboxes/{inbox_id}).

POST

Create Inbox

Create a new inbox (Airparser: POST /inboxes/create). Body: name (required), llm_engine (optional: text|vision).

DELETE

Delete Inbox

Delete an inbox and its documents (Airparser: DELETE /inboxes/{inbox_id}). Destructive — not a safe test target.

GET

List Documents

List documents in an inbox with paging, date range, search, and status filters (Airparser: GET /inboxes/{inbox_id}/docs).

POST

Set Extraction Schema

Create or replace the extraction schema (field definitions) for an inbox (Airparser: POST /inboxes/{inbox_id}/schema). Returns true on success.

POST

Clone Extraction Schema

Copy an inbox's extraction schema into another inbox (Airparser: POST /inboxes/{inbox_id}/schema-clone). Returns a boolean.

Docs2

GET

Get Document (Compact)

Fetch the webhook-style parsed JSON for a document; poll this to detect completion (Airparser: GET /docs/{document_id}). Returns _id, name, status, json, credits. Path canonical per Knowledge Base; confirm /docs vs /documents at build (airparser-06).

GET

Get Document (Extended)

Fetch enriched document detail including inbox_id, img_preview, pages, nextId (Airparser: GET /docs/{document_id}/extended).

Airparser kullanan Çözüm Şablonları

Airparser ile kendi otomasyonunu görsel tasarımcıda kur.

Sıkça sorulan sorular

Airparser ile neler otomatikleştirebilirim?

9 aksiyon var — örneğin: List Inboxes, Get Inbox, Create Inbox, Delete Inbox, Get Document (Compact) ve daha fazlası.

Hangi Airparser olayları bir workflow başlatabilir?

1 tetikleyici — örneğin: Document Parsed.

Airparser bir AI agent aracı olarak kullanılabilir mi?

Evet. Airparser'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.

Airparser entegrasyonu nasıl modellenir?

Airparser sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.