CR
Car Registration API
/Check
Gets details of a UK Vehicle
Gets details of a UK Vehicle
liveunknown~3s typical
car
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-regcheck-org-uk /Check for me.
Input
| Field | Type | Description |
|---|---|---|
| searchString* | string | A registration number 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-regcheck-org-uk","endpoint":"/Check","input":{"searchString":"..."}}'cli
npx cracked-ai run -p oa-regcheck-org-uk -e /Check -i '{"searchString":"..."}'mcp
run_tool({ provider: "oa-regcheck-org-uk", endpoint: "/Check", input: {"searchString":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.