Classify image at public url

Classify an image downloadable via a public url for specific concepts or all concepts within a dataset

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

thresholddoubleOptionalDefaults to 0.5
Threshold above which classification is positive

Request

This endpoint expects an object.
urlstringRequired
A public url for downloading the image
conceptIdslist of stringsOptional
The ids of concepts to use to classify an image
datasetIdstringOptionalformat: "uuid4"
The id of the dataset related to the concepts to use to classify an image

Response

Result of the classification
scoreslist of objects

Classifications of images for the relevant concept(s)

Errors