Mask Detection
Mask Detection is an image-based state-of-the-art AI system that helps you detect if people are wearing a mask or not. Input: -- file - Image file (.jpg, .jpeg, .png) API Response Format: { "code": 200, "message": "Success", "response": { "n_masked_people": 0, "n_nomasked_people": 1, "output_path": "https://cv-imagestore.s3.ap-south-1.amazonaws.com/dummy_image_url.jpg" }, "success": true } where…
Mask Detection endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Mask Detection /mask-detection |
Takes Image as input and returns JSON as an output. |
Mask Detection pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | Free | — |
|