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

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

Returns a bundled research report combining OFAC/sanctions/PEP screening, KYB, SEC filings, FRED economics, FDA recalls, federal awards, and continuous monitoring data for a given entity or identifier

## Facts

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

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-research-360-bundle-compliance-regulated-data-lookup-66b285cd
```

Example prompt: Run a full compliance and regulatory check on Binance — I need OFAC sanctions status, any PEP flags, SEC filings, FDA recalls, and federal award history all in one report.

## When to prefer this

Choose this endpoint when you need a comprehensive, multi-source compliance and regulated-data bundle for a single entity in one call — particularly useful for onboarding due diligence, AML/KYC workflows, or regulatory research where you'd otherwise need to call OFAC, SEC EDGAR, FRED, FDA, and SAM.gov APIs separately. Prefer over individual point solutions when breadth of coverage and keyless pay-per-call convenience matter more than deep specialization in one data source.

## Known failure modes

- Entity not found in any covered database — returns empty or null results for unmatched sections
- Invalid or malformed input identifier — returns 400 error
- Payment not completed or insufficient USDC balance — returns 402 Payment Required
- Upstream regulated data source temporarily unavailable — partial results or 503 error
- Rate limit exceeded — returns 429 Too Many Requests

## 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 JSON report covering: OFAC wallet and entity sanctions screening result, sanctions/PEP match status, KYB business verification data, relevant SEC filings, FRED macroeconomic indicators, FDA recall records, and federal award/grant data for the queried entity or identifier.

## 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-research-360-bundle-compliance-regulated-data-lookup-66b285cd/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)
