# GoCreative Domain Continuous Monitoring

> GoCreative Domain Continuous Monitoring is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-10).

Continuously monitors a domain for compliance-relevant changes including sanctions, PEP, KYB, and regulatory status updates

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/monitor/domain/%7Barg%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-domain-continuous-monitoring-77412187
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oC0V2GppNdur2DLms2yBK

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-domain-continuous-monitoring-77412187
```

Example prompt: Set up continuous compliance monitoring for the domain acmecorp.com — I want to know if anything changes with sanctions, PEP exposure, or KYB status.

## When to prefer this

Use this endpoint when you need ongoing, automated compliance surveillance on a specific domain rather than a one-time point-in-time check. Ideal for AML workflows, vendor onboarding monitoring, or counterparty risk management where you need to detect new sanctions, PEP, or KYB status changes without maintaining your own watchlist infrastructure. Prefer this over one-shot screening endpoints when the risk relationship is ongoing.

## Known failure modes

- Domain not found or invalid format returns 404 or empty result
- Payment not received returns 402 with x402 payment challenge
- Malformed domain argument returns 400 validation error
- Upstream regulatory data source unavailable may return 503
- No changes detected returns empty alerts array with last-checked timestamp

## 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 the current monitoring status and any detected compliance changes for the specified domain, including sanctions hits, PEP flags, KYB updates, and other regulatory alerts sourced from OFAC, SEC, FDA, and federal data.

## 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-domain-continuous-monitoring-77412187/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)
