Skip to main content

Getting Started

What Parselyze Does

Parselyze extracts structured JSON from any document using reusable templates.

  • 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

Try it now

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

👉 Open live demo

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