Engler Education Risk — MVP2

MVP2 API + Viewer

Quick links

Auth

Common calls

curl -s https://englereducationrisk.com/domains | python3 -m json.tool
curl -s https://englereducationrisk.com/engagements | python3 -m json.tool

# Create engagement (requires API key)
curl -s -X POST https://englereducationrisk.com/engagements \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $API_KEY" \
  -d '{"title":"Demo Engagement","district_id":null}' | python3 -m json.tool

# Viewer (if private)
https://englereducationrisk.com/viewer/1?token=YOUR_VIEWER_TOKEN