Divide an image into multiple segments for applications like medical imaging, object detection, and computer vision tasks
Set Authorization header to BYTEZ_KEY
'Authorization: YOUR_BYTEZ_KEY_HERE'
Schema for image-segmentation models
Successful image-segmentation response.
Null on success; otherwise an error message.
Successful response with segmentation results (URL to the result)
[
{
"label": "unlabelled",
"score": null,
"mask_png": "iVBORw0KGgoAAAANSUhEUgAAAn8AAAHgCAAAAADx/"
},
{
"label": "top, t-shirt, sweatshirt",
"score": null,
"mask_png": "iVBORw0KGgoAAAANSUhEUgAAAn8AAAHgCAAAAADx/"
},
{
"label": "sleeve",
"score": null,
"mask_png": "iVBORw0KGgoAAAANSUhEUgAAAn8AAAHgCAAAAADx/"
}
]