# GoCreative Regulatory-360 Bundle Endpoint

> GoCreative Regulatory-360 Bundle Endpoint is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-09).

Retrieves comprehensive regulatory data and compliance information for a given entity or topic via a pay-per-call API built on official government and regulatory sources.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/bundle/regulatory-360/%7Barg%7D
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-09
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-regulatory-360-bundle-endpoint-9bf79d7d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uAcWppJvhRch_UNC1wYrk

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-regulatory-360-bundle-endpoint-9bf79d7d
```

Example prompt: Pull the full regulatory-360 profile for Acme Corp — I need their compliance status and any official regulatory filings or records from government sources.

## When to prefer this

Choose this endpoint when you need a broad, 360-degree regulatory and compliance data snapshot for a company or entity from official government sources, without needing to sign up or obtain an API key. Particularly useful for AI agents that need to pay per call in USDC via x402 on Base and want authoritative regulatory data in a single call.

## Known failure modes

- Invalid or unrecognized entity identifier returns empty or error response
- Malformed query string results in 400 bad request
- Payment failure via x402 results in 402 payment required
- Entity not found in regulatory databases returns empty dataset
- Rate limiting or upstream data source unavailability causes 503

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

Returns a comprehensive regulatory data bundle for the queried entity, sourced from official government and regulatory databases, including compliance status, filings, and related regulatory records. Costs $0.30 USDC per call, paid via x402 on Base.

## 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-regulatory-360-bundle-endpoint-9bf79d7d/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)
