Supported Event Types
earthquake, volcano, tsunami, flood, sinkhole, landslide, wildfire, wind
Raw JSON
{
"status": "ok",
"engine": "deepmap_event_replay_v1",
"endpoints": {
"POST /event": "$25.00/replay (full forensic replay)",
"POST /auto-detect": "$10.00/query (auto-detect + replay)",
"POST /event/quick": "$5.00/replay (quick summary)",
"GET /recent-events": "FREE (discovery)",
"POST /batch": "$20.00/event (portfolio batch)"
},
"supported_event_types": [
"earthquake",
"volcano",
"tsunami",
"flood",
"sinkhole",
"landslide",
"wildfire",
"wind"
],
"pricing": {
"event": 25.0,
"auto_detect": 10.0,
"quick": 5.0,
"batch": 20.0,
"recent": 0.0
},
"version": "v1"
}