SafeSpotEngine Product
SafeSpotEngine for platforms

One request.
Three ranked spots.

Send two coordinates after your users agree to meet. Receive researched venue options without exposing either starting location in the response.

Live sandbox
POST /demo

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 demo

Run the demo to see the exact response.

API pricing

Built for startup budgets.

Premium licensed datasets or unusually high provider costs are quoted separately before activation.

Sandbox

$0/month

250 demo searches

  • Synthetic test responses
  • 10 requests/minute
  • No payment details

Startup

$39/month

1,000 searches/month

  • 4¢ per extra search
  • 60 requests/minute
  • Usage dashboard

Growth

$149/month

10,000 searches/month

  • 2¢ per extra search
  • 300 requests/minute
  • Priority integration support

Need more than 10,000 searches? Email hello@safespotengine.com for volume pricing and data coverage.

Production authentication

Keys are shown once.

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
}'