# GoCreative UK Sponsor Licence Verification

> GoCreative UK Sponsor Licence Verification is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Verifies whether a UK organisation holds an active sponsor licence for hiring overseas workers, using the official UK Home Office register.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/verify/uk-sponsor/%7Barg%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-uk-sponsor-licence-verification-3cee469d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gjztDciMOcM5Fprt-ZYe6

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability gocreative-uk-sponsor-licence-verification-3cee469d
```

Example prompt: Can you check if 'Accenture UK Limited' is on the UK Home Office sponsor licence register and tell me their licence type and rating?

## When to prefer this

Use this endpoint when you need to programmatically verify whether a UK organisation is licensed to sponsor overseas workers, without manual lookups on the Home Office website. Ideal for HR tech, immigration compliance workflows, AI agents performing due diligence on UK employers, or candidate-facing tools checking visa sponsorship eligibility. Prefer over manual register searches or scraping because it is pay-per-call with no API key or signup required.

## Known failure modes

- Organisation name not found on the register — may indicate no licence or name mismatch
- Ambiguous organisation name matching multiple entries — returns closest match or error
- Register temporarily unavailable — upstream data source outage
- Invalid or missing input parameter — 400-class error
- Payment not completed — 402 response requiring USDC payment via x402

## How this service works

Keyless, pay-per-call compliance &amp; regulated-data API for AI agents — OFAC wallet + sanctions/PEP + KYB screening, SEC filings, FRED economics, FDA recalls, federal awards, plus continuous monitoring. USDC on Base/Solana via x402, native MCP. No API key, no signup.

## Output

Returns the sponsor licence status of the queried UK organisation, including whether it appears on the official Home Office register, its licence type (e.g. Worker, Student), rating (e.g. A-rated, B-rated), and any relevant sponsorship details drawn from the public register.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gocreative-uk-sponsor-licence-verification-3cee469d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.gocreativeai.com](https://www.zero.xyz/host/api.gocreativeai.com/llms.txt)
