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
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-ideal-postcodes-co-uk /places for me.
Input
| Field | Type | Description |
|---|---|---|
| api_key* | string | default null |
| query | string | Specifies the place you wish to query. Query can be shortened to `q=` default null |
| country_iso | string | default null |
| bias_country_iso | string | default null |
| bias_lonlat | string | default null |
| bias_ip | string | 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.