Skip to main content

Get started with access911

access911 is an AI-powered emergency response platform that augments 911 call handling. This quickstart guide will help you set up and start using the platform.

Step 1: Access the Dashboard

Navigate to the access911 Dashboard to see the platform in action.The dashboard provides:
  • Real-time emergency call visualization
  • Interactive map with severity indicators
  • Call history and analytics
  • Simulation controls
The dashboard includes several key components:
  • Map View: Interactive map showing emergency calls as pins
  • Call Queue: Live list of incoming emergency calls
  • Simulation Panel: Tools for generating test scenarios
  • City Selector: Choose different emergency scenarios
  • History: View past emergency calls and responses

Step 2: Run Your First Simulation

Use the simulation feature to generate realistic emergency scenarios:
  1. Select a disaster scenario (Wildfire, Hurricane, Earthquake, Tornado)
  2. Choose the number of calls to generate (1-100)
  3. Click “Start Simulation”
  4. Watch as emergency calls appear on the map in real-time
Start with 10-20 calls to see the system in action without overwhelming the interface.
Once simulation starts, you’ll see:
  • Emergency calls appearing as colored pins on the map
  • Call details in the queue monitor
  • Real-time updates as calls are processed
  • Severity indicators (Critical, High, Moderate)

Step 3: Integrate with ElevenLabs

To process real emergency calls, configure ElevenLabs integration:
  1. Create an ElevenLabs account and AI voice agent
  2. Configure the webhook endpoint to point to DispatchAI
  3. Set up data collection fields for emergency metadata
  4. Test the integration with sample calls
This requires ElevenLabs API access and webhook configuration.
Configure your ElevenLabs agent to send webhooks to:
https://your-api-gateway-url/elevenlabs-webhook
The webhook will automatically:
  • Extract emergency metadata
  • Geocode locations
  • Store call records in AWS
  • Update the dashboard in real-time

Key Features to Explore

Example API Usage

Generate emergency calls programmatically:
curl -X POST https://v2y08vmfga.execute-api.us-east-1.amazonaws.com/simulate \
  -H "Content-Type: application/json" \
  -d '{
    "scenario": "nashville_tornado",
    "num_calls": 25
  }'

Next Steps

Need help? Check out our API documentation or contact support at support@access911.com.