Object Detection
Extract list of text, boundingBox, score, locale and dimensions from image using (google vision object detection)
86 subscribers
2 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Object Detection endpoints
| Method | Endpoint | Description |
|---|---|---|
| Object Detection | ||
| POST |
POST Object Detection /object-detection |
the **important** thing is that you should use **image** as a form_data key Example const data = new FormData(); data.append(‘**image**’, ‘image_path’); |
| GET |
GET Logo Detection /object-detection |
the **important** thing is that you should use **image** as a query name Example (url?**image**=“image_url”) |
Object Detection pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $14.99 / month | — |
|