API Playground
Try Anumiti APIs live. Upload sample Indian documents, test extraction and redaction endpoints, and explore compliance APIs — no API key required for sample documents.
Endpoints
Sample Documents
GST Invoice (Hindi)
Invoice · Hindi
Aadhaar Card (Redacted)
Identity · English + Hindi
PAN Card
Identity · English
Property Agreement (Tamil)
Legal · Tamil
Court Order (Telugu)
Legal · Telugu
Bank Statement (English)
Financial · English
Request
// Select an endpoint and document above
POST https://api.anumiti.com/v1/netra/extract
{
"document": "sample_gst_invoice.pdf",
"language": "hi",
"extract_tables": true
}
"document": "sample_gst_invoice.pdf",
"language": "hi",
"extract_tables": true
}
Response
// Interactive responses coming soon
{
"status": "success",
"data": {
"gstin": "29ABCDE1234F1Z5",
"invoice_number": "INV-2026-001",
"total": 11800.00,
"line_items": [...],
"confidence": 0.97
}
}
"status": "success",
"data": {
"gstin": "29ABCDE1234F1Z5",
"invoice_number": "INV-2026-001",
"total": 11800.00,
"line_items": [...],
"confidence": 0.97
}
}
Interactive Playground Coming Soon
Upload real documents, switch endpoints, and see live API responses. In the meantime, get an API key and try our endpoints directly.