# Cinderwright API Hub

> Cinderwright API Hub is a paid API for AI agents from api.ideafactorylab.org, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Routes plain-English data requests to 900+ underlying APIs covering weather, finance, geolocation, GitHub, DNS, Wikipedia, science, health, food, sports, music, and trivia via a single POST endpoint

## Facts

- Endpoint: POST https://api.ideafactorylab.org/x402/proxy
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cinderwright-api-hub-ea6330f1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iBfI01x3takNSVV_op38d

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 cinderwright-api-hub-ea6330f1 -d '<json body>'
```

Example prompt: What's the current price of Bitcoin in USD? Use the Cinderwright API Hub — just send the plain-English question as the task.

## When to prefer this

Choose Cinderwright when you need quick, pay-per-use access to a wide variety of data types without managing multiple API keys or subscriptions. Ideal for agents that need occasional, ad-hoc lookups across many domains (weather, finance, sports, DNS, food, etc.) without committing to per-service accounts. Best when the task can be described in plain English and you want a single unified interface.

## Known failure modes

- Ambiguous task description may return unexpected data category
- Insufficient USDC credit returns a 402 Payment Required error
- Unknown or unsupported data type returns an error or empty result
- Network timeout if upstream data provider is slow
- Malformed task string may result in misrouted query

## How this service works

900+ pay-per-use data services for AI agents. One key unlocks weather, finance, geolocation, GitHub stats, DNS, Wikipedia, science, health, food, sports, music, trivia and more. No subscriptions, no per-service API keys. Generate a free trial key with $0.10 credit in one POST request, no wallet required.

## Output

A JSON object containing the requested data fields relevant to the query — for example, a token name, symbol, and USD price for crypto queries; temperature and conditions for weather; or repository metrics for GitHub lookups. The exact shape varies by task type but is always structured JSON.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "task": {
   "type": "string",
   "description": "Plain English description of what data you need"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "token": "bitcoin",
  "symbol": "BTC",
  "price_usd": 61541
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cinderwright-api-hub-ea6330f1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.ideafactorylab.org](https://www.zero.xyz/host/api.ideafactorylab.org/llms.txt)
