Security Camera LITE
## 🆕 v2.0 - Now Powered by YOLOv11n ⚡ **30% faster** response times 🎯 **Better accuracy** (92%+ vs 90%) 💰 **Same pricing** - free upgrade! --- ``` ### 4. **Opcional: Anunciar el upgrade** En el dashboard de RapidAPI, si hay opción de "Announcements" o "Changelog": ``` v2.0.0 - Performance Upgrade - Migrated to YOLOv11n (latest 2024) - 30% faster inference times - Improved accuracy to 92%+ - New…
Security Camera LITE endpoints
| Method | Endpoint | Description |
|---|---|---|
| General | ||
| GET |
get_root / |
Get basic information about the API and available endpoints |
| GET |
health_check /health |
Check the health status of the API and verify if the YOLO model is loaded |
| Detection | ||
| POST |
detect_objects /detect |
Upload an image and receive detected objects with bounding boxes, classes, and confidence scores. Supports JPG, PNG, BMP, WEBP formats up to 10MB. |
| GET |
get_classes /classes |
Get a list of all 80 object classes that the model can detect (COCO dataset) |
| Other endpoints | ||
| GET |
get_stats /stats |
Get real-time performance metrics including average, min, and max inference times. Useful for monitoring API performance. |
| GET |
get_classes /classes |
Get list of all 80 detectable object classes from the COCO dataset |
| GET |
health_check /health |
Check service health and verify YOLO model is loaded |
| GET |
get_root / |
Get basic information about the API, version, and available endpoints |
| POST |
detect_objects /detect |
Upload an image and receive detected objects with bounding boxes, classes, and confidence scores. **🆕 Now 30% faster with YOLOv11n** ### Features - 80 detectable classes (COCO… |
Security Camera LITE pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $29 / month | 60 / minute |
|
| ULTRA | $99 / month | 300 / minute |
|