# IntelGeist > Company risk profiles compiled from public records, with a source and an as-of date on every field and graded confidence. Sold per call over x402, settled in USDC on Base. Companies only; no person data. This site (intelgeist.ai) is the front door. The API describes itself at api.intelgeist.ai; those documents are authoritative: - llms.txt: https://api.intelgeist.ai/llms.txt - openapi.json: https://api.intelgeist.ai/openapi.json - .well-known/x402: https://api.intelgeist.ai/.well-known/x402 - terms: https://api.intelgeist.ai/terms ## Paid routes JSON body with exactly one field: {"lei": "<20-character LEI>"}, {"cik": ""} or {"domain": ""}. Payment: x402 v2, exact scheme, USDC on Base mainnet (eip155:8453). An unpaid request returns HTTP 402 with a PAYMENT-REQUIRED header. Retry the same request with a PAYMENT-SIGNATURE header. - POST https://api.intelgeist.ai/x402/company/profile - USD 0.25 (250000 base units). Everything on one company. Identity, identifiers, names, addresses, registrations with status, GLEIF parents and subsidiaries, recent SEC EDGAR filings, sanctions screen, and risk block v1 built from named factors, with per-field source and as-of date. - POST https://api.intelgeist.ai/x402/company/identifiers - USD 0.01 (10000 base units). Map one company ID to the others. LEI, CIK, US state registry numbers, registration-authority IDs, Wikidata QID and primary domain, each with source, as-of date and link confidence. - POST https://api.intelgeist.ai/x402/company/resolve - USD 0.02 (20000 base units). Which company is this? Legal name, status, jurisdiction, entity type, formation date, LEI, CIK and state registry IDs, primary domain, and how it was matched (method and score). - POST https://api.intelgeist.ai/x402/company/status - USD 0.02 (20000 base units). Is it active, and where is it registered? Registration records with registry, number, status, status date and formation date; LEI registration status; dissolution date; a status-anomaly flag when registries disagree. - POST https://api.intelgeist.ai/x402/company/filings - USD 0.02 (20000 base units). What has it filed with the SEC recently? SEC CIK and the 20 most recent EDGAR filings loaded: form, filing date, report date, accession number, document link. 404, not charged, when there is no CIK or no filings on record. - POST https://api.intelgeist.ai/x402/company/sanctions - USD 0.05 (50000 base units). Is this company on a sanctions list? Per-list result (match, possible_match or no_match_found) against OFAC SDN, OFAC Consolidated, UK Sanctions List and EU Consolidated List, with list version date, stale flag and what matched. Automated comparison, not a legal determination. - POST https://api.intelgeist.ai/x402/company/ownership - USD 0.10 (100000 base units). Who are the parents and subsidiaries? GLEIF direct and ultimate parents, direct and ultimate subsidiaries (up to 50 direct) with distinct-subsidiary counts, relationship dates, and an indicative ownership-chain sanctions exposure factor (at most LOW confidence: GLEIF reflects accounting consolidation, not ownership percentages). Charged only for a successful response, released after settlement succeeds. Not charged: 404 not found (a coverage gap, not a clean result), 409 reused payment, 422 invalid input, 429 rate limit, 5xx failures. ## Terms - Informational only; not legal, compliance, credit or investment advice; not a consumer report under the FCRA. - Compiled automatically from third-party public records as of the dates shown. A source with no record for a company is a coverage gap, not a clean result. - Sanctions results are automated name and identifier comparisons against the list versions shown, not a legal determination. - Payment constitutes acceptance of the terms at https://api.intelgeist.ai/terms (version 2026-09-13).