# GoCreative Onboard-360 Bundle — Comprehensive Entity Compliance & KYB Screening

> GoCreative Onboard-360 Bundle — Comprehensive Entity Compliance & KYB Screening is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Performs a 360-degree onboarding compliance check on an entity, bundling OFAC/sanctions/PEP screening, KYB verification, SEC filings, FDA recalls, federal awards, and FRED economic data in a single pay-per-call API request.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/bundle/onboard-360/%7Barg%7D
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-onboard-360-bundle-comprehensive-entity-compliance-kyb-e1597a19
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PsQkP6Uh_FMRUoUdJadHW

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-onboard-360-bundle-comprehensive-entity-compliance-kyb-e1597a19
```

Example prompt: Run a full 360 onboarding compliance check on 'Acme Global Trading LLC' — I need their OFAC sanctions status, PEP screening, KYB verification, any SEC filings, FDA recalls, and federal awards all in one shot.

## When to prefer this

Choose this endpoint when you need a comprehensive, multi-source compliance bundle for a single entity in one call — covering sanctions, PEP, KYB, SEC, FDA, and federal awards simultaneously — rather than querying each regulatory source individually. Ideal for agent-driven onboarding workflows where speed and breadth matter and no API key setup is desired.

## Known failure modes

- Invalid or unrecognized entity argument returns empty or error result
- Payment not received via x402 returns 402 Payment Required
- Malformed path parameter {arg} returns 400 Bad Request
- Entity not found in any covered database returns null or empty matches
- Network timeout if upstream regulatory databases are slow

## 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

A bundled compliance report covering OFAC wallet and sanctions screening, PEP status, KYB business verification, relevant SEC filings, FDA recall history, federal award records, and FRED economic context — all returned for the queried entity in a single response.

## 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-onboard-360-bundle-comprehensive-entity-compliance-kyb-e1597a19/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)
