Sample · Production ready
GST Documents
Extract structured data from GSTR summaries and GST compliance documents for filing prep.
Sample input
PDF preview
GSTR-3B · Apr 2026
GSTIN 27AABCU9603R1ZM
Tax liability summary
Extracted fields
- Gstin
- Return period
- Taxable turnover
- Total tax
| Description | Taxable | IGST | CGST | SGST |
|---|---|---|---|---|
| Outward taxable | 12,50,000 | — | 1,12,500 | 1,12,500 |
| Inward ITC | 8,20,000 | — | 73,800 | 73,800 |
- Confidence
- 91%
- Fields
- 14+
Exports available
CSV
JSON
ClearTax
GSTR-1
Same exports in the workspace after you upload a real document — CSV, JSON, filing formats, and API.
Create free account to export
Business value
Before
Portal PDF export
After
Structured return fields
Outcome
GSTR / ClearTax handoff
Use this through the API
Same structured output via REST — ideal for embedded workflows and batch automation.
Request
POST /api/v1/extract
Authorization: Bearer pm_live_••••
{
"industry": "tax",
"template": "gstr3b_summary",
"file": "@document.pdf"
}
Response
{
"document_type": "gstr3b_summary",
"status": "processed",
"export_ready": true
}
Try GST Documents with your own file
Run the live demo with this template pre-selected — no account required for the first runs.