# whatchuneed Consumer Macro API

> whatchuneed Consumer Macro API is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Routes a free-text natural language request to one of 320+ specialized API endpoints covering accommodation, LLMs, code execution, crypto, medical, finance, and more, returning the result for a flat per-call fee.

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/macro/consumer
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-consumer-macro-api-d7b930d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eGsG_NpXC_uE_CnoAedVo

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 whatchuneed-consumer-macro-api-d7b930d3 -d '<json body>'
```

Example prompt: Using whatchuneed, find me the current Bitcoin price in USD and tell me if there are any hotel rooms available in Paris for next weekend — send the request as a single natural language input.

## When to prefer this

Choose this endpoint when you need ad-hoc access to a broad range of services — accommodation, finance, crypto, medical, LLM, code execution — without managing multiple API keys or subscriptions. Ideal for AI agents that need a single pay-per-call gateway for diverse, unpredictable query types. Less suitable when you need guaranteed schema consistency, deeply customized parameters, or SLA guarantees from a specific underlying provider.

## Known failure modes

- Ambiguous or malformed natural language input may route to the wrong underlying service, returning irrelevant data
- Payment failure via x402 protocol results in a 402 response before the call is executed
- Downstream service unavailability causes partial or error responses in the result object
- Requests that don't match any of the 320+ supported service categories may return an error or empty result
- Rate limiting or quota exhaustion on the underlying provider may produce errors passed through in the status field

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

A JSON object containing a 'result' field with the response data from the matched underlying service, and a 'status' field indicating success or failure of the request. The shape of 'result' varies depending on which of the 320+ underlying services was invoked.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-consumer-macro-api-d7b930d3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
