Sety
    Sety
    • Developer API Reference
    • Health
      • Health check
    • Incidents
      • Create incident
      • List incidents
      • Get incident
      • Cancel incident
      • Add note
    • Access Logs
      • List access logs
      • Access log stats
      • Create access log
      • Get current visitors
      • Checkout visitor
    • Threat Intelligence
      • List danger zones
      • Danger analytics for a location
      • Heatmap data
      • Safety score
      • Route safety analysis
    • Schemas
      • Error
      • PaginatedResponse
      • GeoPoint
      • Subject
      • Location
      • IncidentLocation
      • SLA
      • IncidentTimelineEvent
      • ResponderAssignment
      • TimelineEvent
      • Incident
      • CreateIncidentRequest
      • IncidentAnalytics
      • AccessCode
      • CreateAccessCodeRequest
      • ValidationResult
      • AccessLog
      • CurrentVisitor
      • DangerAnalytics
      • HeatmapResponse
      • SafetyScore
      • TimeAnalysis
      • LocationComparison
      • RouteSafety
      • RiskPrediction
      • IncidentPatterns
      • SafeZones
      • ApiKey
      • CreateApiKeyRequest
      • WebhookEndpoint
      • WebhookDelivery

    RouteSafety

    {
        "route_safety_score": 0,
        "lowest_safety_score": 0,
        "checkpoints": [
            {
                "checkpoint": 0,
                "location": {},
                "safety_score": 0,
                "level": "string"
            }
        ],
        "danger_zones": [
            {}
        ],
        "recommendation": "string",
        "alternative_needed": true
    }
    Built with