# whatchuneed Tempest Slug Endpoint

> whatchuneed Tempest Slug Endpoint is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Executes a named API action ('tempest/slug') on the whatchuneed multi-service platform, returning a structured result for the given free-text input

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/tempest/slug
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-tempest-slug-endpoint-b629a759
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eWm14DR6mxrAlu9CfE59-

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-tempest-slug-endpoint-b629a759 -d '<json body>'
```

Example prompt: Send my request 'What is the current Bitcoin price in USD?' to the whatchuneed tempest/slug endpoint and get back the structured result — it charges $0.15 USDC per call via x402.

## When to prefer this

Choose this endpoint when you need a single, unified pay-per-call interface to the whatchuneed platform's tempest/slug action, especially when working within x402 payment flows and needing a free-text input dispatched to a named service without managing multiple API keys or subscriptions.

## Known failure modes

- Payment failure or insufficient USDC balance — call rejected before processing
- Invalid or missing 'input' field — 400 error returned
- Slug 'tempest/slug' not recognized — endpoint returns error status
- Upstream service timeout — result may be empty or status indicates failure
- Rate limiting or quota exceeded — repeated calls may be throttled

## 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

Returns a JSON object with a 'result' field containing the response data from the underlying service, and a 'status' string indicating success or failure of the call.

## 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-tempest-slug-endpoint-b629a759/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)
