Label Detection
Extract labels from image using (google vision label detection)
93 subscribers
8.5/10 popularity
100% success rate
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.
Label Detection endpoints
| Method | Endpoint | Description |
|---|---|---|
| Label Detection | ||
| GET |
GET Label Detection /label-detection |
the **important** thing is that you should use **image** as a query name Example (url?**image**=“image_url”) |
| POST |
POST Label Detection /label-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’); |
Label Detection pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | — |
|