The sandbox returns clearly labeled synthetic venues. It validates request and response handling without claiming live safety data.
POST /v1/safespots/demo
activity: "coffee"
limit: 3
Send two coordinates after your users agree to meet. Receive researched venue options without exposing either starting location in the response.
The sandbox returns clearly labeled synthetic venues. It validates request and response handling without claiming live safety data.
POST /v1/safespots/demo
activity: "coffee"
limit: 3
Response
synthetic demoRun the demo to see the exact response.
API pricing
Premium licensed datasets or unusually high provider costs are quoted separately before activation.
Sandbox
$0/month
250 demo searches
Startup
$39/month
1,000 searches/month
Growth
$149/month
10,000 searches/month
Need more than 10,000 searches? Email hello@safespotengine.com for volume pricing and data coverage.
Production keys use the `sse_live_` prefix. Only a SHA-256 hash is stored. Send the key in `X-API-Key` or as a Bearer token.
curl -X POST https://safespotengine-api.vercel.app/v1/safespots/search \
-H "X-API-Key: sse_live_your_key" \
-H "Content-Type: application/json" \
-d '{
"origin_a_lat": 40.7412,
"origin_a_lng": -73.9896,
"origin_b_lat": 40.7527,
"origin_b_lng": -73.9772,
"meetup_type": "hangout",
"activity": "coffee",
"timezone": "America/New_York",
"limit": 3
}'