# GoCreative Hazard-360 Bundle

> GoCreative Hazard-360 Bundle 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-09).

Returns comprehensive hazard and risk data for a given location or entity using the Hazard-360 bundle endpoint

## Facts

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

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-hazard-360-bundle-1c10240f
```

Example prompt: Can you pull up a full Hazard-360 risk profile for 90210 — I want to see what natural disaster and environmental hazards are associated with that ZIP code?

## When to prefer this

Choose this endpoint when an AI agent needs comprehensive, multi-dimensional hazard and risk data for a specific location or entity in a single call, especially when official government or authoritative source data is required. Prefer over general-purpose geocoding or weather APIs when the use case is specifically about natural disaster risk, environmental hazard exposure, or property-level risk assessment. Best suited for real estate, insurance, compliance, or environmental due diligence workflows where pay-per-call pricing and no API key requirement simplify integration.

## Known failure modes

- Missing required 'input' query parameter returns 400 Bad Request
- Invalid or unrecognized location argument returns empty or error response
- Payment not received or insufficient USDC balance triggers 402 Payment Required
- Unsupported HTTP method returns 405 Method Not Allowed
- Upstream official data source unavailable causes 503 or timeout

## 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 structured hazard and risk data for the queried location or entity, including natural disaster exposure, environmental risk indicators, and a 360-degree hazard profile sourced from official data sources. Response is JSON with hazard classifications and risk metrics.

## 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-hazard-360-bundle-1c10240f/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)
