# Inkbox AI Content Studio — Distill

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

Distills and condenses a piece of text into a more concise, essential form using AI.

## Facts

- Endpoint: POST https://inkinbox402.netlify.app/api/distill
- 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-content-studio-distill-7fa0398b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ga-_b9J6gvyTXB2hCEbJo

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

Example prompt: Can you distill this article for me? Here it is: 'Artificial intelligence is rapidly transforming industries across the globe. From healthcare to finance, organizations are deploying machine learning models to automate complex tasks, reduce costs, and improve decision-making. However, adoption comes with challenges including data privacy concerns, algorithmic bias, and the need for skilled talent to manage these systems.' Just give me the essential core of it.

## When to prefer this

Use this endpoint when you need to condense a long piece of text into its essential core meaning — ideal for summarizing articles, reports, or documents where brevity and retention of key ideas is the goal. Prefer this over generic summarization when you want a distillation-focused reduction rather than a bullet-point or structured summary.

## Known failure modes

- Missing required 'text' field returns a validation error
- Empty string input may return an error or empty result
- Extremely long text may exceed processing limits or increase latency
- Payment failure (insufficient USDC) blocks the request with a 402 response
- Ambiguous or very short input may produce a trivial distillation

## 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 — the essential meaning stripped of verbosity.

## 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-7fa0398b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from inkinbox402.netlify.app](https://www.zero.xyz/host/inkinbox402.netlify.app/llms.txt)
