Kamlapur Railway Station - Dustbin Monitoring API

Core endpoints for monitoring dustbin fill levels using cameras and ML.

GET /
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "station": "http://dma.com.bd:8000/api/v1/stations/",
    "cameras": "http://dma.com.bd:8000/api/v1/cameras/",
    "dustbins": "http://dma.com.bd:8000/api/v1/dustbins/",
    "image-upload": "http://dma.com.bd:8000/api/v1/monitoring/upload/",
    "predictions": "http://dma.com.bd:8000/api/v1/monitoring/predictions/",
    "token": "http://dma.com.bd:8000/api/token/"
}