v1

latestOpenAPI 3.0.32026-07-26451985.7 KB

image-segmentation

Divide an image into multiple segments for applications like medical imaging, object detection, and computer vision tasks

post/models/v2/sayeed99/segformer-b3-fashion

Request body

urlstring required
base64string

Example request

{
  "url": "https://www.padoniavets.com/sites/default/files/field/image/cats-and-dogs.jpg",
  "base64": "data:image/jpg;base64,...BASE_64_GOES_HERE (Only use this is you are not using a url)"
}

Response

Successful image-segmentation response.

errorstring nullable required

Null on success; otherwise an error message.

outputobject required

Successful response with segmentation results (URL to the result)