Classify image at public url
Classify an image downloadable via a public url for specific concepts or all concepts within a dataset
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
threshold
Threshold above which classification is positive
Request
This endpoint expects an object.
url
A public url for downloading the image
conceptIds
The ids of concepts to use to classify an image
datasetId
The id of the dataset related to the concepts to use to classify an image
Response
This endpoint returns an object.
scores
Classifications of images for the relevant concept(s)