Parking places
Find free (not occupied) parking places using machine learning!
142 subscribers
3 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Parking places endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Detect by upload file (form data) /detectfile |
Method returns busy/free parking places and some additional info. |
| POST |
Detect by base64 encoded file (string) /detect |
Method returns busy/free parking places and some additional info. imageb64 - base64 encoded image. Valid values are: 1. plain base64 text, like `/9j/4AAQSkZJRgABAQ...` 2.… |
| GET |
Get availiable models list /models |
Method returns availiable models, which can be used for image processing. Every model name can be passed to 'model' parameter. |
Parking places pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $5 / month | — |
|
| ULTRA Recommended | $10 / month | — |
|
| MEGA | $30 / month | — |
|