# GoCreative KYB 360 Full Due-Diligence Dossier

> GoCreative KYB 360 Full Due-Diligence Dossier is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.45/call, status unknown (last checked 2026-09-14).

Returns a comprehensive Know Your Business (KYB) dossier combining sanctions/PEP screening, entity risk scoring, KYB registry data, legal/case-law findings, and firmographics in a single call.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/verdict/kyb/:var1
- Price: $0.45/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-kyb-360-full-due-diligence-dossier-fbc02ddd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Bv_8cHLyUtqmuIXnerXIx

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-kyb-360-full-due-diligence-dossier-fbc02ddd
```

Example prompt: Run a full KYB 360 due-diligence check on 'Acme Global Trading Ltd' — I need their sanctions and PEP status, entity risk score, registry info, any legal or case-law history, and firmographic details all in one report before we onboard them.

## When to prefer this

Choose this endpoint when you need a one-call, all-in-one KYB compliance packet for a business entity — combining sanctions/PEP, risk scoring, registry, legal history, and firmographics — rather than calling multiple specialized endpoints separately. Ideal for automated business onboarding pipelines, compliance agents, or vendor due-diligence workflows where breadth and convenience are prioritized over deep specialization in a single data category.

## Known failure modes

- Unknown or ambiguous company name returns empty or low-confidence results
- Company not found in registry returns partial dossier with missing fields
- Payment failure (402) if x402 USDC payment on Base is not resolved
- Rate limiting or upstream data source unavailability returns error
- Invalid or missing input query parameter returns 400 validation error

## How this service works

Verdict KYB 360 — full know-your-business dossier: sanctions/PEP screen + entity risk + KYB registry + legal/case-law + firmographics, fused into one call.

## Output

A comprehensive KYB dossier including: sanctions and PEP screening outcomes, an entity risk score, KYB registry verification data, relevant legal/case-law references, and firmographic details (size, industry, leadership, etc.) — all consolidated in a single response for business onboarding decisions.

## 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-kyb-360-full-due-diligence-dossier-fbc02ddd/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)
