AR
API Reference - Ideal Postcodes
/phone_numbers
Phone Number Validation
Query for and validate phone numbers.
liveunknown~3s typical
phone numbersapi
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-ideal-postcodes-co-uk /phone_numbers for me.
Input
| Field | Type | Description |
|---|---|---|
| api_key* | string | default null |
| query* | string | Specifies the phone number to validate. Phone number must include a country code in acceptable format. For instance, UK phone numbers should be suffixed `+44`, `44` or `0044`. 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":"/phone_numbers","input":{"api_key":"...","query":"..."}}'cli
npx cracked-ai run -p oa-ideal-postcodes-co-uk -e /phone_numbers -i '{"api_key":"...","query":"..."}'mcp
run_tool({ provider: "oa-ideal-postcodes-co-uk", endpoint: "/phone_numbers", input: {"api_key":"...","query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.