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
- Define the structure you want using a template
- Send a document via API using your template ID
- Receive structured JSON based on that template
Try it now
Open the demo and instantly see a document converted into structured JSON.
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
- Read the Quick Start
- Create your first template with the Template Tutorial
- Review Authentication
- Choose between Synchronous Processing and Asynchronous Processing
- Check Error Handling