# WhatChuNeed Title Generator

> WhatChuNeed Title Generator 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-13).

Generates a title or heading for a given input text or topic using AI

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/util/title-generate
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-title-generator-b60180fd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KWA4xc3_KBvl-ONfuR1bd

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-title-generator-b60180fd -d '<json body>'
```

Example prompt: Can you generate a compelling title for an article about the rise of decentralized AI agents and how they're changing the way businesses automate workflows?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call AI-generated title for articles, blog posts, documents, or marketing content without committing to a subscription. Ideal for agents that only occasionally need title generation as part of a larger workflow.

## Known failure modes

- Empty or missing input field returns an error
- Input too vague may produce irrelevant or generic titles
- Payment failure via x402 protocol prevents execution
- Server-side LLM errors may return a non-200 status

## 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 containing a result field with the generated title or heading, along with a status field indicating success or failure.

## 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-title-generator-b60180fd/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)
