API Integrations
Connect FalconWatch with external services and data sources
5
Active Integrations
2
Planned
REST
API Protocol
OAuth 2.0
Authentication
Active Integrations
Sentinel Hub
ActivePlanet / Sinergise
Access Sentinel-2 satellite imagery with 10m resolution. Global coverage updated every 5 days with multiple visualization options including true color, false color infrared, and NDVI vegetation analysis.
Features:
/api/sentinelhub/imagePlanet Data API
ActivePlanet Labs
High-resolution commercial satellite imagery from PlanetScope constellation. Daily global coverage at 3-5m resolution for detailed surveillance and change detection.
Features:
/api/satelliteOpenAI GPT-4
ActiveOpenAI
AI-powered threat analysis and predictive intelligence. Analyzes incident patterns, generates risk assessments, and provides actionable recommendations for security operations.
Features:
/api/ai/analyzeDrone Fleet API
ActiveFalconWatch Internal
Coordinate surveillance drone deployments for rapid response to security incidents. Supports multiple priority levels and mission types with real-time status tracking.
Features:
/api/droneLeaflet Maps
ActiveOpenStreetMap
Interactive mapping with real-time incident visualization. Supports marker clustering, heatmaps, and geographic filtering across all Nigerian states.
Features:
Client-sidePlanned Integrations
Alert System
PlannedResend / Email
Real-time alert notifications for critical incidents. Supports email alerts, priority escalation, and customizable notification rules based on incident severity and type.
Supabase
PlannedSupabase
PostgreSQL database for persistent incident storage with real-time subscriptions. Enables data persistence, authentication, and collaborative features.
API Configuration
FalconWatch integrations are configured via environment variables. Add your API keys to .env.local:
# Satellite Imagery PLANET_API_KEY=your_planet_api_key SENTINELHUB_CLIENT_ID=your_client_id SENTINELHUB_CLIENT_SECRET=your_client_secret # AI Analysis OPENAI_API_KEY=your_openai_key # Notifications (optional) RESEND_API_KEY=your_resend_key # Database (optional) NEXT_PUBLIC_SUPABASE_URL=your_supabase_url NEXT_PUBLIC_SUPABASE_ANON_KEY=your_anon_key