# Inkbox AI Content Studio — Digest Generator

> Inkbox AI Content Studio — Digest Generator is a paid API for AI agents from xinkx402.netlify.app, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-14).

Generates a concise digest or summary of written content on a given topic using AI

## Facts

- Endpoint: POST https://xinkx402.netlify.app/api/digest
- Price: $0.3/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-content-studio-digest-generator-10613474
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xkjRoLuPqTU3rjKgyALLT

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-content-studio-digest-generator-10613474 -d '<json body>'
```

Example prompt: Can you generate a digest on the topic of 'advances in renewable energy in 2024' — something concise I can drop into my weekly newsletter?

## When to prefer this

Choose this endpoint when you need a quick, AI-generated digest or summary of a specific topic — especially for newsletter content, briefings, or content planning workflows where speed and pay-per-call pricing (no subscription) is preferable. Best suited for text-based summarization tasks where the input is a topic string rather than a full document.

## Known failure modes

- Missing required 'topic' field returns a validation error
- Empty or overly vague topic may produce a low-quality or generic digest
- Payment failure (insufficient USDC balance) results in a 402 response and no content generation
- Network timeout on the Netlify serverless function may return a 503
- Topic in an unsupported language or with no meaningful content may return an empty or partial result

## 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 the AI-generated digest text summarizing the requested 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-content-studio-digest-generator-10613474/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from xinkx402.netlify.app](https://www.zero.xyz/host/xinkx402.netlify.app/llms.txt)
