API Reference - Ideal Postcodes
AR
API Reference - Ideal Postcodes
/places

Find Place

Query for geographical places across countries. Each query will return a list of place suggestions, which consists of a place name, descriptive name and id. This API returns geographical information such as countries, capitals, administrative areas and more. It is ideal for correctly identifying a place along with any other details like geolocation. ## Implementing Place Autocomplete Extracting th

liveunknown~3s typical
place searchapi
$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-ideal-postcodes-co-uk /places for me.

Input

FieldTypeDescription
api_key*string default null
querystringSpecifies the place you wish to query. Query can be shortened to `q=` default null
country_isostring default null
bias_country_isostring default null
bias_lonlatstring default null
bias_ipstring 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-ideal-postcodes-co-uk","endpoint":"/places","input":{"api_key":"...","query":"...","country_iso":"...","bias_country_iso":"...","bias_lonlat":"...","bias_ip":"..."}}'
cli
npx cracked-ai run -p oa-ideal-postcodes-co-uk -e /places -i '{"api_key":"...","query":"...","country_iso":"...","bias_country_iso":"...","bias_lonlat":"...","bias_ip":"..."}'
mcp
run_tool({ provider: "oa-ideal-postcodes-co-uk", endpoint: "/places", input: {"api_key":"...","query":"...","country_iso":"...","bias_country_iso":"...","bias_lonlat":"...","bias_ip":"..."} })

Try it

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