# GoCreative Vendor Status Lookup

> GoCreative Vendor Status Lookup is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Looks up compliance and regulatory status for a vendor by identifier, returning screening results such as sanctions, OFAC, PEP, or KYB data for that entity.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/status/vendor/%7Barg%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-vendor-status-lookup-592f8168
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Gc5W0gcgxxPWbKqornDT-

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-status-lookup-592f8168
```

Example prompt: Can you check the compliance and sanctions status for vendor 'Acme Corp LLC' — I want to know if they're on any OFAC or sanctions watchlist before we onboard them?

## When to prefer this

Choose this endpoint when you need keyless, pay-per-call vendor compliance screening without signup or API keys, especially useful for AI agents needing to verify a specific vendor's sanctions, OFAC, or KYB status on demand using USDC micropayments via x402 protocol.

## Known failure modes

- Vendor identifier not found — returns empty or no-match result
- Invalid or malformed vendor argument — returns 400 or error response
- Payment not completed via x402 — request blocked with 402 Payment Required
- Upstream sanctions database temporarily unavailable — service error
- Vendor ID ambiguous — multiple or no matching entities returned

## 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 compliance and regulatory status of the specified vendor, including OFAC screening results, sanctions/PEP flags, and KYB status data, paid per-call via 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-status-lookup-592f8168/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)
