Quickstart Guide
In this quickstart tutorial you are going to find a step-by-step guide to quickly process a sample invoice using IntelliDocs. Along the way, you’ll learn key concepts and techniques that are fundamental to use the API for multiple tasks, including:
- What is an IntelliDocs API Key
- How to select a document to be processed
- How to send documents to be processed
Without further ado, let’s get started.
Sending an invoice to IntelliDocs
1. Ensure that you have an API key
In order to process a document the first requirement is to have an IntelliDocs API Key. This API Key is generated by using the Web Portal of ElectroNeek - where you also can specify limits for your Document Streams. If you don’t know how to get one or need clarification on how to create your first API Key, please check this article in the Help Center.
2. Select a document to be processed
The IntelliDocs API supports multiple input formats although to simplify the process for this guide will use a sample invoice document that is provided by an URL.
URL: https://templates.invoicehome.com/invoice-template-us-band-blue-750px.png .

3. Send this document to be processed
For interaction with the API you can use any preferable programming language. To facilitate your experience the window below will provide an easy way to interact with IntelliDocs. This window has basically two sections that can be edited .
First is the Security one, in this step we need to provide the API Key, which was obtained previously, and paste it into the Bearer Token field.
Into the Body section you are going to see a reference for the URL of the sample invoice.You can test your own document by simply changing the URL parameter to any other one desired.
4. Verify your request
Click “Send”. If everything works properly, you see a JSON response with the respective data from the Invoice file in a key-value structure. For the document in this guide, the output should look like this:

As you can see from the output result, the invoice fields are recognized correctly, for example, companyName has the value "East Repair Inc", as well as invoiceNumber which has the correct value of US-001. Click on the "Spoiler" button to expand the full response and check all the fields.
Spoiler
- Payload
[- {
- "fields": {
- "companyName": {
- "key": "Company name",
- "value": "East Repair Inc",
- "confidence": 0.88,
- "location": {
- "topLeft": {
- "x": 54,
- "y": 962
}, - "topRight": {
- "x": 328,
- "y": 962
}, - "bottomLeft": {
- "x": 54,
- "y": 977
}, - "bottomRight": {
- "x": 328,
- "y": 977
}, - "pageNumber": 0
}
}, - "companyAddress": {
- "key": "Company address",
- "value": "East Repair Inc. 1912 Harvest Lane New York, NY 12210",
- "confidence": 0.99,
- "location": {
- "topLeft": {
- "x": 54,
- "y": 119
}, - "topRight": {
- "x": 172,
- "y": 119
}, - "bottomLeft": {
- "x": 54,
- "y": 183
}, - "bottomRight": {
- "x": 172,
- "y": 183
}, - "pageNumber": 0
}
}, - "billTo": {
- "key": "Bill to",
- "value": "John Smith 2 Court Square New York, NY 12210",
- "confidence": 0.99,
- "location": {
- "topLeft": {
- "x": 53,
- "y": 239
}, - "topRight": {
- "x": 172,
- "y": 239
}, - "bottomLeft": {
- "x": 53,
- "y": 313
}, - "bottomRight": {
- "x": 172,
- "y": 313
}, - "pageNumber": 0
}
}, - "shipTo": {
- "key": "Ship to",
- "value": "John Smith 3787 Pineview Drive Cambridge, MA 12210",
- "confidence": 0.99,
- "location": {
- "topLeft": {
- "x": 272,
- "y": 238
}, - "topRight": {
- "x": 399,
- "y": 238
}, - "bottomLeft": {
- "x": 272,
- "y": 314
}, - "bottomRight": {
- "x": 399,
- "y": 314
}, - "pageNumber": 0
}
}, - "soldTo": {
- "key": "Sold to",
- "value": "John Smith 3787 Pineview Drive Cambridge, MA 12210",
- "confidence": 0.99,
- "location": {
- "topLeft": {
- "x": 271,
- "y": 263
}, - "topRight": {
- "x": 398,
- "y": 263
}, - "bottomLeft": {
- "x": 271,
- "y": 315
}, - "bottomRight": {
- "x": 398,
- "y": 315
}, - "pageNumber": 0
}
}, - "invoiceNumber": {
- "key": "Invoice number",
- "value": "US-001",
- "confidence": 0.99,
- "location": {
- "topLeft": {
- "x": 461,
- "y": 238
}, - "topRight": {
- "x": 695,
- "y": 238
}, - "bottomLeft": {
- "x": 461,
- "y": 252
}, - "bottomRight": {
- "x": 695,
- "y": 252
}, - "pageNumber": 0
}
}, - "invoiceDate": {
- "key": "Invoice date",
- "value": "2019-11-02",
- "confidence": 1,
- "isValid": true,
- "type": "date",
- "location": {
- "topLeft": {
- "x": 461,
- "y": 265
}, - "topRight": {
- "x": 696,
- "y": 265
}, - "bottomLeft": {
- "x": 461,
- "y": 278
}, - "bottomRight": {
- "x": 696,
- "y": 278
}, - "pageNumber": 0
}
}, - "dueDate": {
- "key": "Due date",
- "value": "2019-11-17",
- "isValid": false,
- "type": "date",
- "confidence": 1
}, - "purchaseOrder": {
- "key": "Purchase order",
- "value": "2312/2019",
- "confidence": 0.99,
- "location": {
- "topLeft": {
- "x": 462,
- "y": 291
}, - "topRight": {
- "x": 696,
- "y": 291
}, - "bottomLeft": {
- "x": 462,
- "y": 304
}, - "bottomRight": {
- "x": 696,
- "y": 304
}, - "pageNumber": 0
}
}, - "currency": {
- "key": "Currency",
- "value": "USD",
- "confidence": 1
}, - "subtotal": {
- "key": "Subtotal",
- "value": "145.00",
- "confidence": 1,
- "isValid": true,
- "location": {
- "topLeft": {
- "x": 486,
- "y": 616
}, - "topRight": {
- "x": 696,
- "y": 616
}, - "bottomLeft": {
- "x": 486,
- "y": 627
}, - "bottomRight": {
- "x": 696,
- "y": 627
}, - "pageNumber": 0
}
}, - "discount": {
- "key": "Discount",
- "value": "0.00",
- "isValid": true,
- "confidence": 1,
- "location": {
- "topLeft": {
- "x": 494,
- "y": 512
}, - "topRight": {
- "x": 532,
- "y": 512
}, - "bottomLeft": {
- "x": 494,
- "y": 526
}, - "bottomRight": {
- "x": 532,
- "y": 526
}, - "pageNumber": 0
}
}, - "deposit": {
- "key": "Deposit",
- "value": "0.00",
- "isValid": true,
- "confidence": 1,
- "location": {
- "topLeft": {
- "x": 494,
- "y": 512
}, - "topRight": {
- "x": 532,
- "y": 512
}, - "bottomLeft": {
- "x": 494,
- "y": 526
}, - "bottomRight": {
- "x": 532,
- "y": 526
}, - "pageNumber": 0
}
}, - "tax": {
- "key": "Tax",
- "value": "9.06",
- "confidence": 1,
- "isValid": true,
- "location": {
- "topLeft": {
- "x": 437,
- "y": 643
}, - "topRight": {
- "x": 696,
- "y": 643
}, - "bottomLeft": {
- "x": 437,
- "y": 655
}, - "bottomRight": {
- "x": 696,
- "y": 655
}, - "pageNumber": 0
}
}, - "total": {
- "key": "Total",
- "value": "154.06",
- "confidence": 1,
- "isValid": true,
- "location": {
- "topLeft": {
- "x": 55,
- "y": 385
}, - "topRight": {
- "x": 692,
- "y": 385
}, - "bottomLeft": {
- "x": 55,
- "y": 419
}, - "bottomRight": {
- "x": 692,
- "y": 419
}, - "pageNumber": 0
}
}, - "balanceDue": {
- "key": "Balance due",
- "value": "154.06",
- "confidence": 0.99,
- "location": {
- "topLeft": {
- "x": 563,
- "y": 385
}, - "topRight": {
- "x": 688,
- "y": 385
}, - "bottomLeft": {
- "x": 563,
- "y": 418
}, - "bottomRight": {
- "x": 688,
- "y": 418
}, - "pageNumber": 0
}
}, - "iban": {
- "key": "IBAN",
- "value": "",
- "confidence": 1
}, - "lineItem1Description": {
- "key": "Line item 1 description",
- "value": "Front and rear brake cables",
- "confidence": 1,
- "location": {
- "topLeft": {
- "x": 124,
- "y": 513
}, - "topRight": {
- "x": 279,
- "y": 513
}, - "bottomLeft": {
- "x": 124,
- "y": 524
}, - "bottomRight": {
- "x": 279,
- "y": 524
}, - "pageNumber": 0
}
}, - "lineItem1LineTotal": {
- "key": "Line item 1 line total",
- "value": "100.00",
- "isValid": true,
- "confidence": 1,
- "location": {
- "topLeft": {
- "x": 657,
- "y": 512
}, - "topRight": {
- "x": 696,
- "y": 512
}, - "bottomLeft": {
- "x": 657,
- "y": 525
}, - "bottomRight": {
- "x": 696,
- "y": 525
}, - "pageNumber": 0
}
}, - "lineItem1ShippedQuantity": {
- "key": "Line item 1 shipped quantity",
- "value": "1",
- "confidence": 1,
- "isValid": true
}, - "lineItem1UnitPrice": {
- "key": "Line item 1 unit price",
- "value": "100.00",
- "isValid": true,
- "confidence": 1,
- "location": {
- "topLeft": {
- "x": 493,
- "y": 512
}, - "topRight": {
- "x": 533,
- "y": 512
}, - "bottomLeft": {
- "x": 493,
- "y": 524
}, - "bottomRight": {
- "x": 533,
- "y": 524
}, - "pageNumber": 0
}
}, - "lineItem2Description": {
- "key": "Line item 2 description",
- "value": "New set of pedal arms",
- "confidence": 1,
- "location": {
- "topLeft": {
- "x": 123,
- "y": 541
}, - "topRight": {
- "x": 249,
- "y": 541
}, - "bottomLeft": {
- "x": 123,
- "y": 555
}, - "bottomRight": {
- "x": 249,
- "y": 555
}, - "pageNumber": 0
}
}, - "lineItem2LineTotal": {
- "key": "Line item 2 line total",
- "value": "30.00",
- "isValid": true,
- "confidence": 1,
- "location": {
- "topLeft": {
- "x": 663,
- "y": 541
}, - "topRight": {
- "x": 696,
- "y": 541
}, - "bottomLeft": {
- "x": 663,
- "y": 553
}, - "bottomRight": {
- "x": 696,
- "y": 553
}, - "pageNumber": 0
}
}, - "lineItem2ShippedQuantity": {
- "key": "Line item 2 shipped quantity",
- "value": "2",
- "isValid": true,
- "confidence": 1,
- "location": {
- "topLeft": {
- "x": 51,
- "y": 541
}, - "topRight": {
- "x": 64,
- "y": 541
}, - "bottomLeft": {
- "x": 51,
- "y": 553
}, - "bottomRight": {
- "x": 64,
- "y": 553
}, - "pageNumber": 0
}
}, - "lineItem2UnitPrice": {
- "key": "Line item 2 unit price",
- "value": "15.00",
- "isValid": true,
- "confidence": 1,
- "location": {
- "topLeft": {
- "x": 501,
- "y": 541
}, - "topRight": {
- "x": 533,
- "y": 541
}, - "bottomLeft": {
- "x": 501,
- "y": 553
}, - "bottomRight": {
- "x": 533,
- "y": 553
}, - "pageNumber": 0
}
}, - "lineItem3Description": {
- "key": "Line item 3 description",
- "value": "Labor 3hrs",
- "confidence": 1,
- "location": {
- "topLeft": {
- "x": 123,
- "y": 570
}, - "topRight": {
- "x": 184,
- "y": 570
}, - "bottomLeft": {
- "x": 123,
- "y": 582
}, - "bottomRight": {
- "x": 184,
- "y": 582
}, - "pageNumber": 0
}
}, - "lineItem3LineTotal": {
- "key": "Line item 3 line total",
- "value": "15.00",
- "isValid": true,
- "confidence": 1,
- "location": {
- "topLeft": {
- "x": 665,
- "y": 570
}, - "topRight": {
- "x": 696,
- "y": 570
}, - "bottomLeft": {
- "x": 665,
- "y": 582
}, - "bottomRight": {
- "x": 696,
- "y": 582
}, - "pageNumber": 0
}
}, - "lineItem3ShippedQuantity": {
- "key": "Line item 3 shipped quantity",
- "value": "3",
- "isValid": true,
- "confidence": 1,
- "location": {
- "topLeft": {
- "x": 51,
- "y": 570
}, - "topRight": {
- "x": 64,
- "y": 570
}, - "bottomLeft": {
- "x": 51,
- "y": 582
}, - "bottomRight": {
- "x": 64,
- "y": 582
}, - "pageNumber": 0
}
}, - "lineItem3UnitPrice": {
- "key": "Line item 3 unit price",
- "value": "5.00",
- "isValid": true,
- "confidence": 1,
- "location": {
- "topLeft": {
- "x": 507,
- "y": 570
}, - "topRight": {
- "x": 533,
- "y": 570
}, - "bottomLeft": {
- "x": 507,
- "y": 582
}, - "bottomRight": {
- "x": 533,
- "y": 582
}, - "pageNumber": 0
}
}, - "name": {
- "key": "Name",
- "value": "John Smith",
- "confidence": 0.98,
- "location": {
- "topLeft": {
- "x": 53,
- "y": 264
}, - "topRight": {
- "x": 117,
- "y": 264
}, - "bottomLeft": {
- "x": 53,
- "y": 275
}, - "bottomRight": {
- "x": 117,
- "y": 275
}, - "pageNumber": 0
}
}, - "receiverName": {
- "key": "Receiver name",
- "value": "John Smith",
- "confidence": 0.99,
- "location": {
- "topLeft": {
- "x": 272,
- "y": 264
}, - "topRight": {
- "x": 336,
- "y": 264
}, - "bottomLeft": {
- "x": 272,
- "y": 276
}, - "bottomRight": {
- "x": 336,
- "y": 276
}, - "pageNumber": 0
}
}, - "salesTax": {
- "key": "Sales Tax",
- "value": "6.25%",
- "confidence": 1,
- "location": {
- "topLeft": {
- "x": 494,
- "y": 642
}, - "topRight": {
- "x": 530,
- "y": 642
}, - "bottomLeft": {
- "x": 494,
- "y": 657
}, - "bottomRight": {
- "x": 530,
- "y": 657
}, - "pageNumber": 0
}
}, - "termsConditions": {
- "key": "TERMS & CONDITIONS",
- "value": "Payment is due within 15 days",
- "confidence": 1,
- "location": {
- "topLeft": {
- "x": 52,
- "y": 925
}, - "topRight": {
- "x": 227,
- "y": 925
}, - "bottomLeft": {
- "x": 52,
- "y": 942
}, - "bottomRight": {
- "x": 227,
- "y": 942
}, - "pageNumber": 0
}
}
}, - "ocr": "East Repair Inc.\n1912 Harvest Lane\nNew York, NY 12210\nBILL TO\nSHIP TO\nINVOICE #\nUS-001\nJohn Smith\n2 Court Square\nNew York, NY 12210\nJohn Smith\n3787 Pineview Drive\nCambridge, MA 12210\nINVOICE DATE\n11/02/2019\nP.O.#\n2312/2019\nDUE DATE\n26/02/2019\nInvoice Total\n$154.06\nQTY\nDESCRIPTION\nUNIT PRICE\nAMOUNT\n1 Front and rear brake cables\n100.00\n100.00\n2 New set of pedal arms\n15.00\n30.00\n3 Labor 3hrs\n5.00\n15.00\nSubtotal\n145.00\nSales Tax 6.25%\n9.06\nJohn Smith\nTERMS & CONDITIONS\nPayment is due within 15 days\nPlease make checks payable to: East Repair Inc.",
- "tables": [
- [
- [
- "QTY",
- "DESCRIPTION",
- "UNIT PRICE",
- "AMOUNT"
], - [
- "1",
- "Front and rear brake cables",
- "100.00",
- "100.00"
], - [
- "2",
- "New set of pedal arms",
- "15.00",
- "30.00"
], - [
- "3",
- "Labor 3hrs",
- "5.00",
- "15.00"
]
]
], - "properties": {
- "height": 1061,
- "width": 750,
- "pageCount": 1,
- "mimeType": "image/png",
- "rotationAngle": 0,
- "isGlareFree": true,
- "isInFocus": true
}, - "signatures": [
- {
- "left": 525,
- "top": 665,
- "width": 175,
- "height": 108,
- "confidence": 0.89,
- "pageNumber": 0,
- "image": "data:image/png;base64,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",
- "bottom": 773,
- "right": 700,
- "topLeft": {
- "x": 525,
- "y": 665
}, - "topRight": {
- "x": 700,
- "y": 665
}, - "bottomLeft": {
- "x": 525,
- "y": 773
}, - "bottomRight": {
- "x": 700,
- "y": 773
}
}
]
}
]