Skip to main content

Getting Started

Turn any document into structured JSON
Parselyze extracts structured data from invoices, receipts, contracts, IDs, resumes, and custom documents using reusable templates. No ML pipeline to build or maintain.

What Parselyze Does

  • Extract structured fields from invoices, receipts, contracts, IDs, resumes, and custom documents
  • Reuse the same template across many similar files
  • Parse documents through a synchronous or asynchronous API

You define the output structure once, and reuse it across all documents.

How It Works

  1. Define the structure you want using a template
  2. Send a document via API using your template ID
  3. Receive structured JSON based on that template

👉 Open live demo and instantly see a document converted into structured JSON.

Where to Go Next

Choose a Processing Mode

  • Synchronous API → get results immediately (best for testing & simple flows)
  • Asynchronous API → background processing + webhooks (best for production)

Current Limitations

  • Templates are currently created in the dashboard only
  • Async API supports one file per job
  • Large scanned PDFs (30+ pages) are not yet supported

Next Steps

  1. Read the Quick Start
  2. Create your first template with the Template Tutorial
  3. Review Authentication
  4. Choose between Synchronous Processing and Asynchronous Processing
  5. Check Error Handling