# GoCreative Ask API — Natural Language Data Query

> GoCreative Ask API — Natural Language Data Query is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Accepts a natural language argument to query 483,000+ pay-per-call data APIs covering finance, company, government, FRED, Census, crypto, and calculators built on official sources

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/ai/ask/%7Barg%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-ask-api-natural-language-data-query-3e5b281a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xiSvYgGhIj8ImbJ2oocGM

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-ask-api-natural-language-data-query-3e5b281a
```

Example prompt: What was the US unemployment rate in Q3 2023 according to official government data? Pull it from GoCreative's real-world data API.

## When to prefer this

Use this endpoint when you need on-demand, pay-per-call access to official real-world data — finance, FRED, Census, government, company, or crypto — without requiring an API key or subscription. Ideal for AI agents that want to query diverse official datasets using natural language and pay only for what they use via USDC on Base. Prefer over subscription APIs when usage is sporadic or the domain is broad.

## Known failure modes

- Ambiguous or unrecognized query argument returns an error or empty result
- Payment not received or x402 payment handshake fails — returns 402 Payment Required
- Unsupported data domain or query type not covered by the 483k APIs
- Rate limiting or server-side errors return 5xx
- Malformed path parameter {arg} causes routing failure

## 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 data corresponding to the natural language query argument — could be economic indicators, financial figures, company records, Census statistics, crypto values, or calculation results, sourced from official datasets. Costs $0.02 USDC per call via x402 on Base.

## 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-ask-api-natural-language-data-query-3e5b281a/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)
