Live API playgrounds
Choose a DocuShell playground.
Test extraction workflows with sample files or your own PDFs, then inspect the generated request, structured output, and document preview.
PDF
QueuedInvoice
Invoice #INV-2048
Acme Supplies Ltd.
PDF
NextResume
Resume
Aarav Mehta
PDF
ReadyResearch
Research Paper
Vector Embeddings...
Active PDF
invoice-acme.pdf
PDF
Merchant
Total
Date
DocuShell
Parse API
/v1/parse
Server
Parser Engine
deterministic.parser
1Layout analysis
2Text extraction
3Field mapping
4Schema validation
PDF fingerprinta91f...42c
Run 01 ✓
Run 02 ✓
Run 03 ✓
Output
Structured JSON
invoice.json
{
document_type:"invoice"
merchant_name:"Acme Supplies Ltd."
invoice_number:"INV-2048"
invoice_date:"2026-05-14"
total:"4280.00"
currency:"USD"
}
Same PDF → same JSON✓
PDF Parse Flow
PDF in → deterministic JSON out
PDF
InvoiceInvoice #INV-2048
Acme Supplies Ltd.
PDF
ResumeResume
Aarav Mehta
PDF
ResearchResearch Paper
Vector Embeddings...
DocuShell Parse API
PDF received
/v1/parse
Parser
Scan fields
PDF
Invoice #INV-2048
Acme Supplies
Layout
Text
Map
Validate
Output
JSON
invoice.json
{
document_type:"invoice"
merchant_name:"Acme Supplies Ltd."
invoice_number:"INV-2048"
invoice_date:"2026-05-14"
total:"4280.00"
}
Same PDF → same JSON
Deterministic parser · No LLM extraction
Run 01
Run 02
Run 03