# Inkbox AI Content Studio — Distill

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

Distills and condenses input text into a shorter, more focused form using AI.

## Facts

- Endpoint: POST https://1nk30x.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-3fffea7a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rP3cO19BZjaXOVVHsiein

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

Example prompt: Can you distill this blog post down to its core ideas? Here's the text: 'Artificial intelligence is rapidly transforming industries across the globe. From healthcare to finance, organizations are leveraging machine learning models to automate decisions, reduce costs, and unlock new business opportunities. Despite the promise, adoption remains uneven due to talent shortages, data quality issues, and regulatory uncertainty. Companies that invest early in AI infrastructure and talent development are likely to gain sustained competitive advantages over the next decade.'

## When to prefer this

Use this endpoint when you need to condense long-form text into its essential meaning without rewriting entirely — ideal for summarizing articles, briefings, or documents. Prefer this over general summarization tools when you want pay-per-call pricing on Base with USDC and no subscription overhead.

## Known failure modes

- Missing or empty `text` field returns validation error
- Text too long may exceed model context limits
- Downstream AI model timeout returns 5xx error
- Payment not completed returns 402 Payment Required
- Malformed request body returns 400 Bad Request

## 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 version of the submitted text — a shorter, AI-generated condensation preserving the key meaning.

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