Fashion
# ⭐️ Fashion This Fashion API detects and locates clothes and accessories in images, providing bounding boxes for each detected item along with their class labels and confidence scores.  Its algorithm is trained on the most common types of apparel and is suitable for various fashion-related applications such as wardrobe analysis, e-commerce…
Fashion endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get version /v1/version |
Returns an actual version of the service in format `vX.Y.Z` where X is the version of API. |
| POST |
Analyse image and return results /v1/results |
Performs actual image analysis and responds with results. Image must be a regular JPEG or PNG image (with or without transparency) or PDF file. Usually such images have… |
| POST |
Analyse image and return results /v2/results |
Performs actual image analysis and responds with results. Image must be a regular JPEG or PNG image (with or without transparency). Usually such images have extensions: `.jpg`,… |
| GET |
Get version /v2/version |
Returns an actual version of the service in format `vX.Y.Z` where X is the version of API. |
Fashion pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $29.99 / month | 100 / minute |
|
| ULTRA | $199.99 / month | 250 / minute |
|
| MEGA | $1,499.99 / month | 1000 / minute |
|