Object Detection
Welcome to the **Object Detection API**, your powerful tool for identifying objects in images with precision and speed. Leveraging state-of-the-art deep learning models, our API provides accurate object detection across various image formats. Perfect for developers and businesses looking to integrate advanced image analysis into their applications, this API is designed to enhance workflows in…
Object Detection endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Version /v1/version |
Return the current version of the API |
| POST |
Object Detection Image /v1/detect |
Performs object detection on the given image file or image url and return the image with the bounding boxes, confidence and labels overlayed onto the image. |
| POST |
Object Detection /v1/detect |
Performs object detection on the given image file or image url and returns the labels, confidence and bounds of each item found. |