AI & ML11 toolsPaste one API key
Nanonets integration for AI agents
Nanonets provides an AI-driven Intelligent Document Processing API that transforms unstructured documents into structured data, enabling efficient data extraction and workflow automation.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Nanonets once and call the same tools from all of them.
Setup
Connect Nanonets through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Nanonets exposes 11 tools through ClawLink. The 10 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
nano_nets_get_all_models | Retrieves all models (OCR and Image Classification) in the user's NanoNets account | Read |
nano_nets_get_all_prediction_files | Retrieve all prediction files (OCR results) for a NanoNets model | Read |
nano_nets_get_model_details | Retrieve details of an OCR model | Read |
nano_nets_get_training_images | Retrieve training images for an OCR model | Read |
nano_nets_get_workflows | Retrieve a list of all workflows in your Nanonets account | Read |
nano_nets_list_documents | Retrieve a paginated list of documents processed by a NanoNets workflow | Read |
nano_nets_create_model | Create a new image classification or OCR model | Write |
nano_nets_update_model | Update AI Agent guidelines for an OCR model | Write |
nano_nets_upload_training_images_by_file | Upload a training image file to a specified OCR model | Write |
nano_nets_upload_training_images_by_url | Upload training images by URL to a specified OCR model | Write |