# Inkbox AI Headline Generator

> Inkbox AI Headline Generator is a paid API for AI agents from 1nk30x.netlify.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Generates AI-powered headlines for a given topic

## Facts

- Endpoint: POST https://1nk30x.netlify.app/api/headline
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/inkbox-ai-headline-generator-19ae0c27
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1myhQ5o-10tE_yfeQdJKN

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 inkbox-ai-headline-generator-19ae0c27 -d '<json body>'
```

Example prompt: Write me a catchy headline for an article about the rise of remote work and its impact on city real estate markets.

## When to prefer this

Use this endpoint when you need to quickly generate a compelling, AI-crafted headline for a specific topic without manual copywriting effort. Prefer this over general LLM prompting when you want a pay-per-call, structured API response optimized for headline generation specifically.

## Known failure modes

- Missing required 'topic' field returns validation error
- Empty or very short topic may produce generic or low-quality headlines
- Payment failure (insufficient USDC balance) returns 402 Payment Required
- Rate limiting or server overload may return 429 or 503
- Very long or ambiguous topics may produce off-target headlines

## How this service works

Draft, rewrite, translate, and optimize written content. 25 AI-powered endpoints. Pay-per-call with USDC on Base.

## Output

Returns a JSON object with a success flag and a data object containing one or more AI-generated headline suggestions for the provided topic.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/inkbox-ai-headline-generator-19ae0c27/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 1nk30x.netlify.app](https://www.zero.xyz/host/1nk30x.netlify.app/llms.txt)
