# whatchuneed Bullet Points Utility

> whatchuneed Bullet Points Utility is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Converts any text input into a concise bullet-point summary or list

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/util/bullet-points
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-bullet-points-utility-c893b9e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_q-AFMGxCB7BKmo3zOsebU

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-bullet-points-utility-c893b9e5 -d '<json body>'
```

Example prompt: Can you turn this into bullet points? 'Our quarterly results showed strong revenue growth of 23% year-over-year, driven primarily by our enterprise segment, while operating costs remained stable due to efficiency improvements in our supply chain and reduced headcount in non-core divisions.'

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call utility to convert prose or unstructured text into bullet-point format without setting up a full LLM pipeline. Ideal for agents that need lightweight formatting assistance at $0.01 per call with no subscription overhead.

## Known failure modes

- Empty or missing 'input' field returns a validation error
- Extremely long input text may result in truncated output or timeout
- Ambiguous or non-prose input (e.g. already-structured data) may produce redundant bullet formatting
- Network or payment processing failures via x402 protocol may prevent the call from completing

## 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 structured result object containing the input text reformatted as bullet points, along with a status field indicating success or failure of the transformation.

## 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-bullet-points-utility-c893b9e5/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)
