# GoCreative GLEIF Company Lookup

> GoCreative GLEIF Company Lookup 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).

Looks up a company's legal entity data from the GLEIF (Global Legal Entity Identifier Foundation) registry by identifier or name

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/leads/gleif-companies/%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-gleif-company-lookup-1a131d34
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_I2vI4rW9RDG79_AK4DUPc

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-gleif-company-lookup-1a131d34
```

Example prompt: Can you look up the GLEIF legal entity information for JPMorgan Chase & Co — I need their LEI code and registration status?

## When to prefer this

Use this endpoint when you need authoritative, official Legal Entity Identifier (LEI) data from the GLEIF registry for compliance, KYC, due diligence, or financial regulatory purposes. Prefer over general company search APIs when LEI codes and entity status are specifically required. Best for looking up multinational or financial entities that are required to hold LEIs.

## Known failure modes

- Company or LEI not found in GLEIF registry — returns 404 or empty result
- Ambiguous company name matches multiple entities — may return first match or require more specific input
- Payment failure via x402/USDC — returns 402 Payment Required
- Invalid or malformed input string — returns 400 Bad Request
- GLEIF upstream source unavailable — returns 503 Service Unavailable

## 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 official GLEIF registry data for the queried company, including legal entity name, LEI code, entity status (active/inactive), registered jurisdiction, legal address, and registration authority details.

## 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-gleif-company-lookup-1a131d34/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)
