# Inkbox AI Content Studio — Distill

> Inkbox AI Content Studio — Distill is a paid API for AI agents from pen-inkbox402.netlify.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Condenses and distills a piece of written text into a shorter, more focused form using AI

## Facts

- Endpoint: POST https://pen-inkbox402.netlify.app/api/distill
- Price: $0.2/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-content-studio-distill-8194a51a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vtRlWD9AqBkCyI1f8d0dJ

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-distill-8194a51a -d '<json body>'
```

Example prompt: Can you distill this 2,000-word market research report down to just the core insights? Here's the full text: [paste text]

## When to prefer this

Use this endpoint when you need to reduce the length of a piece of text to its essential core — ideal for summarizing long-form documents, compressing verbose drafts, or extracting key ideas. Prefer this over general rewrite endpoints when the goal is strictly reduction and clarity rather than style transformation or translation.

## Known failure modes

- Missing required 'text' field returns validation error
- Empty or very short text may produce low-quality output
- Payment failure (402) if USDC balance is insufficient
- Network timeout for very long text inputs
- Generic 500 error if the AI backend is unavailable

## 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 distilled/condensed version of the submitted text

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "text"
 ],
 "properties": {
  "text": {
   "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-distill-8194a51a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pen-inkbox402.netlify.app](https://www.zero.xyz/host/pen-inkbox402.netlify.app/llms.txt)
