Overview
Nanonets is a document AI platform – OCR, invoice/receipt extraction, custom trainable models, table extraction. The Automize Nanonets connector covers these.
- Regions: Global.
- Plans: Per-page pricing.
Setting up the connection
Auth type: HTTP Basic.
- Nanonets dashboard → API Keys → copy.
- In Automize → Settings → Connectors → Nanonets. Paste key.
Find your credentials at https://app.nanonets.com/.
Rate limits
Per-account.
Data model
Document AI:
Models – prebuilt (invoice, receipt, ID) + custom-trained
Documents – uploaded + parsed
Workflows – multi-step extraction pipelinesAvailable operations
5 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Get Model | General | Get model details and status |
| Get Prediction | General | Get a specific prediction result |
| List Predictions | General | List recent predictions for a model |
| Predict from File | General | Extract data from a document using a model |
| Predict from URL | General | Extract data from a document URL |
Operations
Get Model
Get model details and status
| Parameter | Required | Type | Description |
|---|---|---|---|
Model Id model_id | Yes | text |
Get Prediction
Get a specific prediction result
| Parameter | Required | Type | Description |
|---|---|---|---|
Model Id model_id | Yes | text | |
Prediction Id prediction_id | Yes | text |
List Predictions
List recent predictions for a model
| Parameter | Required | Type | Description |
|---|---|---|---|
Model Id model_id | Yes | text |
Predict from File
Extract data from a document using a model
| Parameter | Required | Type | Description |
|---|---|---|---|
Model Id model_id | Yes | text |
Predict from URL
Extract data from a document URL
| Parameter | Required | Type | Description |
|---|---|---|---|
Model Id model_id | Yes | text | |
Urls urls | Yes | text |
FAQ
- Custom training?
- Upload labeled samples in Nanonets UI. Service trains + returns model_id. Then call with model_id.