The Nanonets API allows you to upload images via URLs to your image classification model. You have the option to specify multiple URLs in a single request, allowing for efficient batch processing of images.

Log in to see full request history
Body Params
string
required

Unique identifier for the model to be used for prediction.

string
required

This is the online hosted file url, you want to use for prediction.

Responses

206

Request partially successful. One or more urls might not be correct or got no response

400

Urls missing. Check if you have an included array of image urls

402

Exhausted Free API Calls You have exhausted your free API calls please change your plan here

404

Model does not exists. Check if the model id exists

Language
Credentials
:
Request