# GoCreative repo-360 Data Bundle

> GoCreative repo-360 Data Bundle 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-14).

Fetches data from the repo-360 bundle — one of 483,000+ pay-per-call endpoints covering finance, government, company, crypto, and economic data from official sources

## Facts

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

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-repo-360-data-bundle-1b5b5444
```

Example prompt: Pull the latest data from the GoCreative repo-360 bundle for this query string — I need current economic or financial data from the official-source pay-per-call API, no API key required, just pay $0.10 in USDC.

## When to prefer this

Choose this endpoint when you need pay-per-call access to a specific repo-360 data bundle from GoCreative, particularly for official-source financial, government, economic, or crypto data without requiring API key signup. Prefer this over subscription APIs when call volume is low or unpredictable, and when x402 USDC micropayments on Base are available in your agent wallet.

## Known failure modes

- Payment not included or insufficient — HTTP 402 returned, requires USDC payment on Base via x402 protocol
- Invalid or malformed input argument — endpoint returns error or empty result
- Unsupported HTTP method used (only GET, HEAD, DELETE allowed)
- Missing required 'input' query parameter — schema validation error
- Specific sub-endpoint within bundle not found — 404 response
- Rate limiting or bundle capacity issues — may return 429 or 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 data from the repo-360 bundle endpoint, which may include financial time series, government statistics, company records, economic indicators, crypto prices, or calculator results depending on the input argument provided. Response is structured data from official authoritative sources.

## 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-repo-360-data-bundle-1b5b5444/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)
