Categorize images into predefined classes for tasks like object recognition, medical imaging, and security systems
Set Authorization header to BYTEZ_KEY
'Authorization: YOUR_BYTEZ_KEY_HERE'
Schema for image-classification models
Successful image-classification response.
Null on success; otherwise an error message.
Successful response with the classification labels
[
{
"label": "beagle",
"score": 0.5398777723312378
},
{
"label": "Egyptian cat",
"score": 0.12709936499595642
},
{
"label": "English foxhound",
"score": 0.04305768758058548
},
{
"label": "tabby, tabby cat",
"score": 0.03387906029820442
},
{
"label": "Walker hound, Walker foxhound",
"score": 0.02507072128355503
}
]