Build on Real-World Intelligence

Real-time APIs for observations, alerts, and infrastructure analytics.

View Documentation β†’

Get Started in Minutes

// Submit a Reality Alertβ„’ observation const response = await fetch('https://api.quixzoom.com/v1/reality-alerts', { method: 'POST', headers: { 'Authorization': 'Bearer YOUR_API_KEY', 'Content-Type': 'application/json' }, body: JSON.stringify({ images: ['https://example.com/photo.jpg'], location: { lat: 59.3293, lng: 18.0686 }, description: 'Large pothole on Main Street' }) }); const alert = await response.json(); // { id: 'RA-A1B2C3D4', severity: 'medium', reward: 2.50 }

API Features

πŸ” Observations

  • Submit visual observations
  • Retrieve mission results
  • Batch uploads supported
  • Metadata and geotagging

🚨 Alerts

  • Real-time alert streams
  • Filter by severity, location
  • Webhook notifications
  • Resolution tracking

πŸ“Š Analytics

  • Trend analysis
  • Heat maps
  • Custom reports
  • Export to CSV/JSON

πŸ”§ Management

  • Create and manage missions
  • Contributor management
  • Billing and usage
  • Organization settings

API Endpoints

GET /v1/health API health check
GET /v1/products List products
POST /v1/reality-alerts Submit observation
GET /v1/reality-alerts List alerts
GET /v1/reality-alerts/:id Get alert details
POST /v1/reality-alerts/:id/resolve Resolve alert
GET /v1/reality-alerts/stats/overview Statistics

Ready to Build?

Get your API key and start integrating infrastructure intelligence.

Get API Key β†’