Points of Interest
PO
Points of Interest
/reference-data/locations/pois/by-square

Returns points of interest for a given area

Returns points of interest for a given area

liveunknown~3s typical
searchpoints
$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-points-of-interest /reference-data/locations/pois/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-points-of-interest","endpoint":"/reference-data/locations/pois/by-square","input":{"north":1,"west":1,"south":1,"east":1}}'
cli
npx cracked-ai run -p oa-amadeus-com-amadeus-points-of-interest -e /reference-data/locations/pois/by-square -i '{"north":1,"west":1,"south":1,"east":1}'
mcp
run_tool({ provider: "oa-amadeus-com-amadeus-points-of-interest", endpoint: "/reference-data/locations/pois/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.