# GoCreative Vendor-360 Bundle — Compliance & Regulated Data Lookup

> GoCreative Vendor-360 Bundle — Compliance & Regulated Data Lookup is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Runs a bundled 360-degree vendor/entity compliance check covering OFAC wallet screening, sanctions/PEP lists, KYB, SEC filings, FRED economics, FDA recalls, federal awards, and continuous monitoring for a given input argument.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/bundle/vendor-360/%7Barg%7D
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-vendor-360-bundle-compliance-regulated-data-lookup-3b8f2ae5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W5YzEMGMrINSCMpbIc0Vf

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-vendor-360-bundle-compliance-regulated-data-lookup-3b8f2ae5
```

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

## When to prefer this

Choose this endpoint when you need a single-call, multi-source compliance bundle for a vendor or entity — especially when you want OFAC, sanctions/PEP, KYB, SEC, FDA, and federal awards data combined without managing multiple API keys or separate integrations. Ideal for AI agents doing automated vendor onboarding, due diligence, or continuous compliance monitoring using x402 pay-per-call micropayments.

## Known failure modes

- Missing required 'input' query parameter returns a 400 or schema validation error
- Invalid or unrecognized entity identifier returns empty or partial results
- Payment not completed via x402 protocol returns 402 Payment Required
- Network timeout on downstream regulated-data sources returns partial bundle
- Unknown path param format returns 404 or malformed response

## 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 and regulated-data report for the queried entity, aggregating OFAC wallet/sanctions/PEP screening results, KYB business data, SEC filings, FRED economic indicators, FDA recall records, and federal awards data into a single response — paid per call at $0.20 USDC with no API key required.

## 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-vendor-360-bundle-compliance-regulated-data-lookup-3b8f2ae5/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)
