- Home
- Resources
- Integrations
- Nanonets
Nanonets Make integrationAutomate Nanonets with Make.
Can Make manage your Nanonets models without a line of code? The Nanonets Make integration gives you 6 modules: 3 actions and 3 searches, no trigger. This guide is for teams that already use Nanonets and want to connect it, then build a first scenario step by step.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Nanonets Make integration do for you?
The Nanonets Make integration links your Nanonets account to Make, a visual tool where you chain apps together without code. Inside a scenario (the automation you build in Make), Nanonets modules create OCR models, fetch one model by its ID and list the image classification or object detection models you already have.
A new OCR model when a request comes in. Someone on the operations team fills a form to ask for a new document type. Make picks up that entry from the other app and runs Create a New OCR Model, so nobody has to open Nanonets by hand to start the model.
An up to date register of your models. List Image Classification Models and List Object Detection Models return every model of each kind as separate bundles (one item per model), ready to be written into a table. The Airtable Make integration is a common destination for that kind of register.
A check on one specific model. When a process only needs one model, Get OCR Model by ID or Get a Object Detection Model by ID reads that model and passes its data to the next module.
Know the limits before you start. Nanonets has no trigger in Make, so a scenario starts from another app or from a schedule. None of the six modules is named for sending a file to a model; for any endpoint the list does not cover, Make an API Call reuses the same connection. To decide between tools, the n8n vs Make comparison lays out the criteria, and the Make review describes the editor in detail.
How do you connect your Nanonets account to Make?
- 01
Copy an API key from Nanonets
In Nanonets, open the left panel of the Extract Data screen, click Account Info, then API Keys. Click Add a New Key and copy the key that appears on screen. You need an active Nanonets account for this.
- 02
Add a Nanonets module in Make
Log in to Make, open your scenario and add any Nanonets module. Click Create a connection. A connection is your Nanonets account linked to Make once, then reused by every Nanonets module you add later.
- 03
Paste the key and save
Give the connection a clear label in Connection name if you like; the field is optional. Paste the API key you copied, or follow the instructions Make shows, and save. The module fields then unlock.
Build your first scenario with Nanonets
GoalWhen a new request lands in another app, Make creates an OCR model in Nanonets.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + to add the first module. Nanonets has no trigger, so pick the app where requests arrive, such as your form or spreadsheet tool.
- 02
Set the starting module
Choose the module of that other app that watches new entries and connect its account. Every entry it finds becomes a bundle, one item that flows to the next module.
- 03
Add Create a New OCR Model
Click the + on the right of the first module, search for Nanonets and pick Create a New OCR Model. Click Create a connection and paste your API key.
- 04
Map the request data
Fill the fields Make shows for the module. Where a value should come from the request, click the field and pick it from the data of the first module instead of typing it.
- 05
Test with Run once
Click Run once. Make runs the scenario a single time and shows the bundles each module received. Check in Nanonets that the new model is there before you go further.
- 06
Schedule and switch on
Open the clock on the first module: a new scenario runs every 15 minutes by default. Adjust Scheduling if you need to, then switch the scenario on.
What each Nanonets module does in Make
Nanonets gives you 6 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a New OCR Model
ActionIn Make“Creates a new OCR model.”
This action sets up a fresh OCR model in your Nanonets account straight from a scenario, so a new document type can get its own model the moment someone asks for it.
Get a Object Detection Model by ID
ActionIn Make“Retrieves an object detection model by ID.”
Hand it the ID of an object detection model and you get back that one model, ready for the next module to use. It saves you browsing Nanonets to find a model you already know.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
When none of the other five modules matches what you need, this one lets you call any endpoint of the Nanonets API with the connection you already set up. Nothing new to authorize.
Get OCR Model by ID
SearchIn Make“Searches for a model.”
You get back a single OCR model and its data, which lets a scenario check a model before doing anything else with it. Make treats it as a search: it can return nothing if the ID matches no model.
List Image Classification Models
SearchIn Make“Lists all image classification models.”
Pulls every image classification model from your account, one bundle per model, which gives you a complete picture without opening Nanonets at all.
List Object Detection Models
SearchIn Make“Lists all object detection models.”
Returns all your object detection models, each as a separate bundle, so a scenario can go through them one by one or copy them to another tool.
Need help automating Nanonets with Make?
A person reads every message.