# The Stall — Consumer Brief Intelligence (x402)

> The Stall — Consumer Brief Intelligence (x402) is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.37/call, status unknown (last checked 2026-09-13).

Returns a consumer brief data payload for a given query, paid per-call in USDC on Base via x402 protocol

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/consumer-brief
- Price: $0.37/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-consumer-brief-intelligence-x402-68936214
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vpYHqtOI4XPRHO1yxTwIy

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 the-stall-consumer-brief-intelligence-x402-68936214
```

Example prompt: Pull me a consumer brief on the electric vehicle market — I'll pay per call with USDC on Base, no account needed.

## When to prefer this

Use this endpoint when you need on-demand consumer intelligence or a market brief without creating an account or managing API keys, and are able to pay $0.35 USDC per call on Base mainnet using the x402 payment protocol.

## Known failure modes

- Payment not received or insufficient USDC — returns 402 Payment Required
- Missing required query parameters — returns 400 Bad Request
- Unrecognized or unsupported brief topic — may return empty or error payload
- Network or blockchain confirmation delay — timeout or retry needed
- Service unavailable — 503 if IntuiTek platform is down

## How this service works

Domain-agnostic x402 capability chassis by IntuiTek¹. 300 AI-callable data services — pay USDC on Base mainnet. No accounts or API keys required.

## Output

A consumer brief data object containing intelligence or summarized information relevant to the queried topic, returned after a successful USDC micropayment via x402 on Base mainnet.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-consumer-brief-intelligence-x402-68936214/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
