Links

Invoice OCR API

Below are resources to use Invoice OCR API inside your system or ERP - a link to download Postman & a Video to do the setup at the Postman.
Masters India OCR software and APIs are the best Invoice OCR solution for Businesses, Startups & Enterprises to automate their data extraction process from invoices in no time. This OCR software & API save time, and money, and reduce the effort of manual data entry and its errors.
Need Help in Getting Started
Steps to Use Our OCR API over Postman
Postman link - Download Postman | Get Started for Free Video - how to use the API over Postman https://drive.google.com/file/d/1okynfsI-8gvERXlA555ffoCYbuaXM9Uz/view?usp=sharing
Invoice OCR APIs - Auth API & Upload API

Auth API

Name
Description
API
Authentication
URL
Method Type
POST
Param
Header
  1. 1.
    Authorization: JWT
  2. 2.
    Subid: 657
  3. 3.
    Productid: arap
Body - Add credentials in
{
"username": " ***********@mastersindia.co",
"password": "******* "
}
Action - Hit Send button
Response
JWT token will get Generated - Copy & paste it In the header section of Upload API
Need Help in Getting Started
Contact Us | Masters India
Masters India
Need Help in Getting Started
Authentication
Masters India supports access-token-based authentication. After a user login request, our API generates an access_token to a user after validating his credentials. This key can be used in subsequent requests but expires after 24 hours which must be requested again by re-initiating a login. The key needs to be passed as a request parameter. To generate the Authorization token by clicking on the Send button. Once the Token Is generated Then paste it into the Upload API.

Upload API

Name
Description
API
Upload
URL
Method Type
POST
Param
Header
  1. 1.
    Authorization: JWT Token value
  2. 2.
    Subid: 657
  3. 3.
    Productid: arap
Body 1. File_url : Upload file
Upload file - The document Type you can upload are - PDF/JPEG/PNG
Action - Hit Send button
Response
{
"status": true,
"message": "Data Extracted Successfully!",
"Key value pair data":
{ "invoice_number": { "value": "BDT/054", "accuracy": 99.95 },
"po_number": { "value": "PO/018/0220", "accuracy": 99.97 },
"invoice_date": { "value": "2020-03-02", "accuracy": 99.99 },
"invoice_due_date": { "value": "17-03-2020", "accuracy": 86.89 },
"payment_terms": { "value": "15", "accuracy": 86.89 }, "irn": "",
"ewaybill_number": "",
"supplier_gstin": { "value": "29AAMFB9996N1Z5", "accuracy": 99.99 },
"supplier_name": { "value": "BlueDot Technologies", "accuracy": 99.81 },
"buyer_gstin": { "value": "29AAECA7764Q1ZS", "accuracy": 99.96 },
"buyer_name": { "value": "BIZZWORLD TECHNOLOGIES PRIVATE LIMITED", "accuracy": 60.64 },
"ship_to_gstin": "",
"total_taxable": { "value": 28900.0, "accuracy": 99.91 },
"total_igst": { "value": 0.0, "accuracy": 96.81 },
"total_cgst": { "value": 2601.0, "accuracy": 99.93 },
"total_sgst": { "value": 2601.0, "accuracy": 99.93 },
"total_cess": "",
"total_tax_amount": { "value": 5202.0, "accuracy": 99.93 },
"invoice_amount": { "value": 34102.0, "accuracy": 77.93 },
"other_charges": "", "discount": ""
},
"table_data":
{
"item_hsn": { "value": "85176990", "accuracy": 92.89 },
"item_rate": { "value": 18.0, "accuracy": 82.39 },
"item_quantity": { "value": 6.0, "accuracy": 99.61 },
"item_unit_price": { "value": 3350.0, "accuracy": 99.9 },
"item_description": { "value": "Tplink Outdoor Accesspoint", "accuracy": 99.98 },
"item_total_amount": { "value": 20100.0, "accuracy": 99.3 } },
{ "item_hsn": { "value": "85176290", "accuracy": 92.88 },
"item_rate": { "value": 18.0, "accuracy": 83.19 },
"item_quantity": { "value": 8.0, "accuracy": 99.85 },
"item_unit_price": { "value": 1100.0, "accuracy": 99.74 },
"item_description": { "value": "TP LINK POE INJECTOR", "accuracy": 99.92 }, "item_total_amount": { "value": 8800.0, "accuracy": 99.94
} }
}
Need Help in Getting Started
Contact Us | Masters India
Masters India
Need Help in Getting Started
Fields OCR Extract from Invoices - Result Parameters
Need Help in Getting Started Request a Demo or try our Invoice OCR Software or API
Contact Us | Masters India
Masters India
Need Help in Getting Started
Last modified 5mo ago