Classifies the image giving a list of labels and their probabilities
The classify
endpoint allows you to classify an image using a pre-trained model. At the moment,
the only supported model is the ResNet50 model,
a deep learning model that excels at image classification tasks.
The endpoint will return a list of labels and their probabilities for the image.
Test images may return accurate results due the test
watermarks applied to them. If you want to get
better results, please use live images. If you just want to test this feature, contact support to temporarily
upgrade your account.
API Key for authentication
The unique identifier of the image. This identifier is used to reference the image in subsequent requests.
The API will return the Image object in the response body.
Response object for image identification. Contains the main label and secondary labels with their scores.