Logo Parsio Knowledge Base Logo Parsio Knowledge Base
  • Back to Parsio.io
  • Blog
  • Contact
Logo Parsio Knowledge Base Logo Parsio Knowledge Base
  • Back to Parsio.io
  • Blog
  • Contact
  • Getting Started
    • ✅ What is Parsio
    • 💡 Tips and Tricks for Efficient Parsing
    • 📄 Document Statuses
  • Importing Emails and Files to Parsio
    • 📥 Importing Documents to Parse
    • 📨 Sending Emails and Attachments
    • 📨 Uploading Documents to Parsio
    • 📨 Preventing Incoming Documents From Being Parsed
  • Data Extraction
    • 📗 Template-based Parser
    • ✅ Choosing the Right Parser Type
    • 📍 Processing PDF Files
    • 📍 OCR Parsing of PDF Files and Images
    • 📍 GPT-Powered Parser
    • 📍 Email Signature Parsing
    • ❓ FAQ & Troubleshooting
  • Data Export & Integrations
    • 📄 Exporting Data to Google Sheets
    • 📄 Download to File
    • 🔄 Send Data to Webhooks
    • 🔄 Zapier Integration
    • 🔄 Make Integration
    • 🔄 n8n integration
    • 🔄 Pabbly Connect Integration
    • 🍲 Uploading Attachments to Cloud Storage
    • 🍲 How to import documents from Google Drive into Parsio with n8n
  • Account & Billing
    • 👫 Invite Members to Your Team
  • Post-processing
    • 🐍 Field Formatters
    • 🐍 Data Post-processing
    • 🐍 Common Examples
    • 🐍 Loops in Python
  • Predefined Templates
    • Predefined Templates
    • Parsing HARO Emails
    • Parsing Airbnb Transactional Emails
    • Parsing LinkedIn Job Applications
    • Parsing Etsy Emails
  • Auto Email Forwarding
    • ⏩ Automatically Forward Gmail Messages
    • ⏩ Automatically Forward Outlook Messages
    • ⏩ Automatically Forward Yahoo Messages
    • ⏩ Automatically Forward Apple iCloud Messages
  • Public API
    • 👨‍💻 Parsio Public API
    • 👨‍💻 Parse HTML and Text Documents Using API
    • 👨‍💻 Parse PDF and Files Using API
  • Security and Privacy
    • 🛡️ Security and Privacy at Parsio
    • 🛡️ Security reviews and vendor due diligence
  1. Overview
  2. Public API

Public API

  • 👨‍💻 Parsio Public API

    Related articles:Parsing PDF and other files via APIParse HTML and text documents via APIAPI BaseAll the API endpoints described in this article are relative to the base URL:https://api.parsio.ioAuthenticationTo access the API, you will need the API key t ...

  • 👨‍💻 Parse HTML and Text Documents Using API

    In this article, we’ll see how to parse HTML and TXT documents using the Parsio API.This endpoint is designed for cases where you already have the document content as plain text or HTML. Instead of uploading a file, you send the text document directly in ...

  • 👨‍💻 Parse PDF and Files Using API

    In this article, we’ll see how to upload PDF and other files using the Parsio API.This endpoint is used when you need to upload an actual file to Parsio. The request contains the file itself (binary data), which Parsio then processes and parses.Typical us ...

© 2026 Parsio Knowledge Base