aid: parseur name: Parseur description: >- Parseur is an AI-powered document and email parsing platform headquartered in Singapore that automatically extracts structured data from PDFs, emails, scanned documents, and arbitrary file uploads, then routes the resulting JSON, CSV, or Excel records into downstream systems via webhooks, native integrations, or its REST API. The platform combines Vision AI, Text AI, template-based extraction, OCR, normalization, and field validation behind a forwarding email address per mailbox, and connects to more than 1,000 applications including Zapier, Make, n8n, Power Automate, Google Sheets, Airtable, Salesforce, Excel, and Slack. Parseur exposes a public REST API at https://api.parseur.com with an OpenAPI 3.1 specification covering mailbox (parser) management, document upload and lifecycle, templates, custom export configurations, and webhook subscriptions, secured with a per-account Token-based Authorization header. Pricing is volume-based on pages processed, with a permanent free tier (20 pages/month) and Base, Scale, and Enterprise tiers that scale up to 10 million pages per month. type: Index position: Provider access: 3rd-Party image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg tags: - AI - Artificial Intelligence - Document Parsing - Document Processing - Document Extraction - Email Parsing - OCR - Data Extraction - Vision AI - Automation - Webhooks - Mailboxes - SaaS url: https://raw.githubusercontent.com/api-evangelist/parseur/refs/heads/main/apis.yml created: '2026-05-25' modified: '2026-05-25' specificationVersion: '0.20' apis: - aid: parseur:parseur-api name: Parseur API description: >- The Parseur REST API exposes 29 operations across mailboxes (parsers), documents, templates, custom downloads (export configs), webhooks, and account bootstrap. Documents can be ingested as binary uploads to /parser/{id}/upload or as email/text payloads to /email; parsing is asynchronous, with results retrievable via /document/{id} once status transitions to processed. Webhooks deliver real-time events to your endpoint and can be enabled/disabled per mailbox. Authentication uses a Token-prefixed Authorization header carrying the account API key from the Parseur Account Overview. Base URL is https://api.parseur.com and rate limits are 5 requests/second per IP with a burst of 20. humanURL: https://developer.parseur.com/ baseURL: https://api.parseur.com tags: - Documents - Mailboxes - Templates - Webhooks - Exports - AI - OCR properties: - type: Documentation url: https://developer.parseur.com/ - type: Documentation url: https://help.parseur.com/en/articles/3566128-use-parseur-document-parsing-api - type: Documentation url: https://help.parseur.com/en/articles/3566112-send-documents-to-parseur-using-the-api - type: OpenAPI url: openapi/parseur-openapi.yml - type: SDK url: https://github.com/parseur/parseur-py name: parseur-py (Python) - type: Authentication url: https://developer.parseur.com/ - type: RateLimits url: https://developer.parseur.com/ - type: Webhooks url: https://developer.parseur.com/ common: - type: Website url: https://parseur.com - type: Portal url: https://app.parseur.com - type: SignUp url: https://app.parseur.com/accounts/signup/ - type: Login url: https://app.parseur.com/accounts/login/ - type: Documentation url: https://developer.parseur.com/ - type: SupportCenter url: https://help.parseur.com/ - type: OpenAPI url: https://api.parseur.com/openapi.json - type: APIKeys url: https://app.parseur.com/account/api-keys - type: About url: https://parseur.com/about - type: Blog url: https://parseur.com/blog/ - type: Pricing url: https://parseur.com/pricing - type: Integrations url: https://parseur.com/integrations - type: Contact url: https://parseur.com/contact - type: Careers url: https://parseur.com/jobs - type: TermsOfService url: https://parseur.com/terms - type: PrivacyPolicy url: https://parseur.com/privacy - type: Security url: https://help.parseur.com/en/articles/4578268-security-and-privacy-at-parseur - type: StatusPage url: https://status.parseur.com - type: GitHub url: https://github.com/parseur - type: Twitter url: https://twitter.com/parseur - type: LinkedIn url: https://www.linkedin.com/company/parseur.com - type: YouTube url: https://www.youtube.com/@parseur - type: Reddit url: https://www.reddit.com/r/Parseur/ - type: Plans url: https://parseur.com/pricing data: - id: free name: Free description: Free forever tier for evaluating Parseur with low volumes. entries: - geo: Global unit: 20 label: Pages limit: 20 price: 0 metric: page timeFrame: month description: 20 pages per month, credits valid for 1 year. elements: - name: AI and template parsing engines - name: Unlimited mailboxes - name: Unlimited extracted fields - name: 90-day document retention - name: Webhooks and 1,000+ integrations - id: base name: Base description: Volume-based plan for small and growing teams up to 3,000 pages/month. entries: - geo: Global unit: 3000 label: Pages limit: 3000 price: Variable metric: page timeFrame: month description: Up to 3,000 pages per month with volume-based pricing. elements: - name: All Free features - name: 1-year document retention - name: Chat and email support - name: Monthly or annual billing - id: scale name: Scale description: High-volume plan for teams processing up to 1 million pages per month. entries: - geo: Global unit: 1000000 label: Pages limit: 1000000 price: Variable metric: page timeFrame: month description: Up to 1,000,000 pages per month at the lowest cost per page. elements: - name: Advanced post-processing - name: Up to 100 multi-user accounts - name: Unlimited document retention - name: Priority support - name: Security audit reports - id: enterprise name: Enterprise description: Custom plan for organizations processing up to 10 million pages per month. entries: - geo: Global unit: 10000000 label: Pages limit: 10000000 price: Call metric: page timeFrame: month description: Up to 10,000,000 pages per month with custom contract terms. elements: - name: Unlimited users - name: Purchase orders accepted - name: Custom terms available - name: Custom security questionnaire support - type: RateLimits url: https://developer.parseur.com/ data: - id: default name: Default API rate limit description: 5 requests/second per IP with a burst of 20; 429 responses indicate throttling. maintainers: - FN: Kin Lane email: kin@apievangelist.com