v1
latestOpenAPI 3.0.32026-07-14108241269.2 KBOCR
Invoice OCR
Performs OCR on an uploaded invoice image or PDF and returns extracted invoice text fields. Accepts multipart/form-data with file (binary). The server fixes the OCR document type to INVOICE, so clients only need to upload the file. Requires X-API-KEY and X-Client-ID headers.
post/verify/invoice_ocr
Response
Successful Invoice OCR Response
Example response
{
"status": "success",
"results": [
{
"type": "aadhaar_front_bottom"
}
]
}