Safe Place
SP
Safe Place
/safety/safety-rated-locations/by-square

Returns the safety rating of a given area

Returns the safety rating of a given area

liveunknown~3s typical
searchsafe
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-amadeus-com-amadeus-safe-place /safety/safety-rated-locations/by-square for me.

Input

FieldTypeDescription
north*numberLatitude north of bounding box (decimal coordinates) default null
west*numberLongitude west of bounding box (decimal coordinates) default null
south*numberLatitude south of bounding box (decimal coordinates) default null
east*numberLongitude east of bounding box (decimal coordinates) default null

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"oa-amadeus-com-amadeus-safe-place","endpoint":"/safety/safety-rated-locations/by-square","input":{"north":1,"west":1,"south":1,"east":1}}'
cli
npx cracked-ai run -p oa-amadeus-com-amadeus-safe-place -e /safety/safety-rated-locations/by-square -i '{"north":1,"west":1,"south":1,"east":1}'
mcp
run_tool({ provider: "oa-amadeus-com-amadeus-safe-place", endpoint: "/safety/safety-rated-locations/by-square", input: {"north":1,"west":1,"south":1,"east":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.