Tasks
Image Segmentation
Divide an image into multiple segments for applications like medical imaging, object detection, and computer vision tasks
Send an image to a model to generate segmentation masks:
You can send the via url
or base64
data URL.
We recommend url
for better performance, as base64
increases payload size.