Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Nanonets OCR Predict API

Predict on uploaded files or file URLs against a Nanonets OCR model.

Nanonets OCR Predict API is one of 10 APIs that Nanonets publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include OCR Predict. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 1 JSON Schema.

This API exposes 4 operations across 4 paths, and defines 5 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://app.nanonets.com.

4 operations 4 paths 5 schemas 4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Server
https://app.nanonets.com
Authentication
HTTP Basic
Contact
Resource Areas
1

Authentication & Security 1

Nanonets OCR Predict API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (BasicAuth). By default, every request must be authenticated.

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 4 POST. Each is listed below with its method, path, parameters, and response codes.

OCR Predict 4

Predict on uploaded files or file URLs against a Nanonets OCR model.

POST
/OCR/Model/{model_id}/LabelFile/
Prediction For Image File
ocrModelLabelFileByModelIdPost 1 param body → 200
POST
/OCR/Model/{model_id}/LabelFile/Async/
Async Prediction For Image File
ocrModelLabelFileAsyncByModelIdPost 1 param body → 200
POST
/OCR/Model/{model_id}/LabelUrls/
Prediction For Image URL
ocrModelLabelUrlsByModelIdPost 1 param body → 200
POST
/OCR/Model/{model_id}/LabelUrls/Async/
Async Prediction For Image URL
ocrModelLabelUrlsAsyncByModelIdPost 1 param body → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Prediction (15 properties), TableCell (14 properties), PredictionPage (9 properties), PredictionResponse (3 properties). Each schema is shown below with its type and property counts.

Prediction
object
15 properties
AsyncAcceptedResponse
object
2 properties
PredictionResponse
object
3 properties
PredictionPage
object
9 properties
TableCell
object
14 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nanonets-ocr-predict-api-openapi.yml Raw ↑

Other APIs Nanonets publishes across the network.

Nanonets External Integrations API
Nanonets File Assignment API
Nanonets File Delete API
Nanonets File Export API
Nanonets File Review API
Nanonets File Update API
Nanonets Image Classification Predict API
Nanonets OCR Retrieve API
Nanonets OCR Train API