# Inkbox AI Headline Generator

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

Generates compelling headline copy for a given topic using AI

## Facts

- Endpoint: POST https://lastink.netlify.app/api/headline
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/inkbox-ai-headline-generator-75b4a50e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A21wowqnCGCu1EGGO1iLs

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-75b4a50e -d '<json body>'
```

Example prompt: Can you generate a punchy, attention-grabbing headline for an article about the rise of AI-powered personal finance tools?

## When to prefer this

Choose this endpoint when you need a quick, AI-generated headline or title for a specific topic — ideal for content teams, bloggers, journalists, or marketing workflows that need rapid headline ideation without a full content brief. Best suited for single-topic headline generation rather than full article drafting.

## Known failure modes

- Missing required 'topic' field returns validation error
- Empty or very short topic string may produce generic headlines
- Payment failure via x402 protocol results in 402 response before content is generated
- Overly broad or ambiguous topics may yield less targeted headlines
- Rate limiting or server errors may return 5xx responses

## 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 boolean and a data object containing one or more AI-generated headlines 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-75b4a50e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lastink.netlify.app](https://www.zero.xyz/host/lastink.netlify.app/llms.txt)
