Nanonets
Nanonets provides an AI-driven Intelligent Document Processing API that transforms unstructured documents into structured data, enabling efficient data extraction and workflow automation.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Nanonets authenticates with an API key. Generate the credential in your Nanonets account, then paste it into FlyMyAI the first time an agent uses a Nanonets action.
Get your Nanonets credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
API Key | Your Nanonets API key. Found at Account Info > API Keys in the Nanonets dashboard. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
NANO_NETS_CREATE_MODEL | Tool to create a new ocr model. use when you need to initialize an ocr model before training. | categories |
NANO_NETS_DELETE_MODEL | Tool to delete an ocr model. use when you need to permanently remove a trained model by its id. | model_id |
NANO_NETS_GET_ALL_MODELS | Tool to retrieve a paginated list of all ocr models. use when you need to inspect or manage existing ocr models. call after authentication to fetch your account's models. | - |
NANO_NETS_GET_ALL_PREDICTION_FILES | Tool to fetch all prediction files associated with a specific model. use when you need to list all inference requests after model processing is complete. | model_id |
NANO_NETS_GET_MODEL_DETAILS | Tool to retrieve details of an ocr model. use when you need full metadata of a model by its id. | model_id |
NANO_NETS_GET_TRAINING_IMAGES | Tool to retrieve training images for an ocr model. use when you need to page through images associated with a model before training or analysis. | model_id |
NANO_NETS_GET_WORKFLOWS | Tool to retrieve a list of all workflows in your nanonets account. use when you need to inventory or inspect all configured workflows. | - |
NANO_NETS_LIST_DOCUMENTS | Tool to retrieve a paginated list of documents processed by a workflow. use when you need to view documents after processing. | workflow_id |
NANO_NETS_UPDATE_MODEL | Tool to update an ocr model's details. use after reviewing the model's current configuration to modify its name, categories, notes, or classification settings. | model_id |
NANO_NETS_UPLOAD_TRAINING_IMAGES_BY_FILE | Tool to upload training images by file to a specified ocr model. use when adding files to a model for training purposes. | model_id, files |
NANO_NETS_UPLOAD_TRAINING_IMAGES_BY_URL | Tool to upload training images by url to a specified ocr model. use when adding urls of images to a model for training purposes. | model_id, urls |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Nanonets!