An emailed invoice becomes a Google Sheets row
DocInspect API inside your n8n workflows: document recognition, no code.
A Gmail trigger catches the email
Fires on an attachment: a PDF, a scan or a photo of an invoice.
DocInspect API reads the document
POST /v1/task with your schema: requisites, line items, totals, confidence.
IF checks the confidence
confidence at 0.9 or above: the row goes to Google Sheets. Below: the document goes to an operator on Telegram.
Available today: the HTTP Request node
The DocInspect node for n8n is on the near-term roadmap. Today the whole workflow takes five minutes on the standard HTTP Request node.
HTTP Request
Method: POST
URL: https://api.docinspect.ru/v1/task
Authentication: Header Auth
Name: X-API-Key
Body Content Type: Form-Data Multipart
file: {{ $binary.attachment }}
prompt: Extract the invoice fields
output_schema: {"type":"object","properties":{...}}Hear about the node first
Leave a contact: we will tell you first when the node ships and help you build the first workflow.