Capabilities
Targeted Object Segmentation
Provide up to three objects to locate per image and receive a precise per-object segmentation mask for each one found.
Pixel-Level Masks
Each detected object comes with a Run-Length Encoded (RLE) mask you can decode to highlight, crop, or blur the object’s region.
Synchronous Results
Submit an image and receive the detected objects in the same API call - no webhook required.
Supported Formats
Process
JPEG, PNG, WebP, BMP, and HEIC/HEIF images up to 32MB and up to 27 megapixels in resolution.How it works
- Submit an image via
multipart/form-dataalong with anobjectDetectionlist of the objects to locate. - The API segments the image and returns a
detectedObjectsarray - one entry per object found, each with its RLE mask. - Decode the masks using the image dimensions returned in
imageInfoto visualize or act on each object’s region.
object name rather than by position.
Integrated Ecosystem
AI Image Detection
Detect whether an image is AI-generated and gain insights into its origin.
Image Plagiarism Detection
Search the web for unauthorized copies and usages of your images.
Next Steps
Start Building
Get started with the Object Detection API and integrate it into your workflows.
Endpoint Documentation
Complete technical specifications for the Object Detection endpoint.

