# Inkbox AI Content Studio — Digest

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

Generates a concise digest or summary article on a given topic using AI

## Facts

- Endpoint: POST https://0ink.netlify.app/api/digest
- Price: $0.15/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-4b484431
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CrgNZCOxtAGvxJjYfe-uS

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-4b484431 -d '<json body>'
```

Example prompt: Can you generate a digest on the topic of 'the rise of AI agents in enterprise software' using Inkbox?

## When to prefer this

Use this endpoint when you need a quick, AI-generated digest or summary article on a specific topic, especially in a pay-per-call workflow on Base using USDC. Prefer it for lightweight content generation tasks where a full multi-step content pipeline is unnecessary.

## Known failure modes

- Missing required 'topic' field returns a validation error
- Empty or very short topic string may produce low-quality output
- Payment not included or insufficient USDC balance returns HTTP 402
- Network or provider downtime may result in 5xx errors
- Very broad topics may yield generic or shallow digests

## 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 or summary content for 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-4b484431/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 0ink.netlify.app](https://www.zero.xyz/host/0ink.netlify.app/llms.txt)
