# GoCreative Predict Endpoint #360

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

Fetches real-world data from a specific pay-per-call data API (endpoint #360) covering finance, government, company, or economic data sources

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/predict/360/%7Barg%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-predict-endpoint-360-1709bf7a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bFmXy65ihEI7RaQdYDDWY

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-predict-endpoint-360-1709bf7a
```

Example prompt: Pull the data from GoCreative endpoint 360 — pass 'AAPL' as the input argument and return whatever real-world data it returns, paying the $0.05 USDC per-call fee via x402.

## When to prefer this

Choose this endpoint when you need real-world data (finance, government, economic, company, or crypto) from GoCreative's catalog at endpoint ID 360, require no signup or API key, and are operating in a pay-per-call x402 micropayment workflow on Base. Ideal for AI agents that need official-source data on demand for a flat $0.05 USDC.

## Known failure modes

- Payment not received or x402 auth fails — 402 Payment Required returned
- Invalid or missing 'input' query parameter — 400 Bad Request
- Endpoint ID 360 does not exist or is deprecated — 404 Not Found
- Underlying data source unavailable — 503 or timeout
- Malformed argument value not accepted by upstream source — 422 Unprocessable Entity

## How this service works

483,000+ pay-per-call data APIs and free tools built on official sources — finance, company &amp; government data, FRED, Census, crypto, calculators. USDC on Base via x402, native MCP. No API key, no signup.

## Output

Returns structured real-world data (finance, government, economic, company, or crypto) specific to endpoint #360, keyed to the input argument provided. Response format depends on the underlying data source for this endpoint ID.

## 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-predict-endpoint-360-1709bf7a/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)
