{ "opencollection": "1.0.0", "info": { "name": "Nanonets External Integrations Image Classification Predict API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Image Classification Predict", "type": "folder" }, "items": [ { "info": { "name": "Prediction For Image File", "type": "http" }, "http": { "method": "POST", "url": "https://app.nanonets.com/ImageCategorization/LabelFile/", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "modelId", "type": "text", "value": "" } ] } }, "docs": "Upload a file from the local filesystem to an image classification model." }, { "info": { "name": "Prediction For Image URLs", "type": "http" }, "http": { "method": "POST", "url": "https://app.nanonets.com/ImageCategorization/LabelUrls/", "body": { "type": "form-urlencoded", "data": [ { "name": "urls", "value": "" }, { "name": "modelId", "value": "" } ] } }, "docs": "Submit one or more publicly accessible image URLs for classification." } ] } ], "bundled": true }