Free
Free
- Requests
- 100
- Rate limit
- 5 req / min
- Quota type
- Stops at quota
- 100 pages / month
- Hard limit
- Community support
100 pages / mo
Extract line items, totals and tax fields from invoice images and PDFs.
Extract line items, totals and tax fields from invoice images and PDFs.
The Invoice OCR API converts invoice documents into structured JSON — useful for expense products, AP automation and GST reconciliation.
Go from PDF/image to structured invoice fields without building your own OCR pipeline.
APISeeker provides the gateway endpoint. The underlying service may be operated by APISeeker or an approved third-party provider.
API endpoint
RapidAPI-style subdomain host. Customers call this URL; providers can set a separate upstream later.
invocr.apiseeker.comhttps://invocr.apiseeker.com/v1/invoicePer-API plans — quota, rate limits and settings are separate (not shared as one blurry number).
Billed per page
Free
Free
100 pages / mo
Standard
₹1,999/mo
5,000 pages / mo
Plus
₹7,999/mo
40,000 pages / mo
Scale
₹24,999/mo
2,00,000 pages / mo
Pricing for this API. Enterprise or custom contracts can be enabled from the admin or provider dashboard when needed.
Community rating
0.0
0 ratings
Request · cURL
curl -s -X POST "https://invocr.apiseeker.com/v1/invoice" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"documentUrl": "https://example.com/sample-invoice.pdf"
}'Response · JSON
{
"vendor": "Example Supplies",
"invoiceNumber": "INV-1001",
"currency": "INR",
"total": 11800,
"tax": 1800,
"lineItems": [
{
"description": "Service",
"amount": 10000
}
]
}It accepts an invoice file and returns structured fields such as vendor, totals, taxes and line items.
PDF, PNG and JPEG are supported in the v1 endpoint.
Free tier includes limited pages. Paid plans increase included volume. See Pricing.
Create a free key and open the playground in under a minute.
Extract line items, totals and tax fields from invoice images and PDFs.
Extract line items, totals and tax fields from invoice images and PDFs.
The Invoice OCR API converts invoice documents into structured JSON — useful for expense products, AP automation and GST reconciliation.
Go from PDF/image to structured invoice fields without building your own OCR pipeline.
APISeeker provides the gateway endpoint. The underlying service may be operated by APISeeker or an approved third-party provider.
API endpoint
RapidAPI-style subdomain host. Customers call this URL; providers can set a separate upstream later.
invocr.apiseeker.comhttps://invocr.apiseeker.com/v1/invoicePer-API plans — quota, rate limits and settings are separate (not shared as one blurry number).
Billed per page
Free
Free
100 pages / mo
Standard
₹1,999/mo
5,000 pages / mo
Plus
₹7,999/mo
40,000 pages / mo
Scale
₹24,999/mo
2,00,000 pages / mo
Pricing for this API. Enterprise or custom contracts can be enabled from the admin or provider dashboard when needed.
Community rating
0.0
0 ratings
Request · cURL
curl -s -X POST "https://invocr.apiseeker.com/v1/invoice" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"documentUrl": "https://example.com/sample-invoice.pdf"
}'Response · JSON
{
"vendor": "Example Supplies",
"invoiceNumber": "INV-1001",
"currency": "INR",
"total": 11800,
"tax": 1800,
"lineItems": [
{
"description": "Service",
"amount": 10000
}
]
}It accepts an invoice file and returns structured fields such as vendor, totals, taxes and line items.
PDF, PNG and JPEG are supported in the v1 endpoint.
Free tier includes limited pages. Paid plans increase included volume. See Pricing.
Create a free key and open the playground in under a minute.