Generate masks for objects in images for tasks like image segmentation, medical imaging, and computer vision applications
Basic usage
Send an image to a model to generate object masks:
You can send the via url
or base64
data URL.
We recommend url
for better performance, as base64
increases payload size.
Generate masks for objects in images for tasks like image segmentation, medical imaging, and computer vision applications
Basic usage
Send an image to a model to generate object masks:
You can send the via url
or base64
data URL.
We recommend url
for better performance, as base64
increases payload size.