# Inkbox AI Content Studio — Dumb Down

> Inkbox AI Content Studio — Dumb Down 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).

Simplifies complex or technical text into plain, easy-to-understand language

## Facts

- Endpoint: POST https://inkinbox402.netlify.app/api/dumb-down
- 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-dumb-down-680f359c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KL7x4iue72VpoN-jZHYq7

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-dumb-down-680f359c -d '<json body>'
```

Example prompt: Can you dumb down this paragraph so anyone can understand it, even without a technical background: 'The mitochondria utilize oxidative phosphorylation to synthesize adenosine triphosphate, serving as the primary energy currency of eukaryotic cells.'

## When to prefer this

Use this endpoint when you need to reduce the complexity of technical, academic, legal, or jargon-heavy text for a broader or less-expert audience. Prefer this over a general rewrite endpoint when the explicit goal is readability and accessibility rather than tone, style, or length changes.

## Known failure modes

- Missing 'text' field in request body — returns validation error
- Empty or blank text input — may return an error or empty result
- Text too long — may exceed processing limits
- Payment failure or insufficient USDC balance — returns 402 Payment Required
- Service unavailability on Netlify hosting — returns 5xx error

## 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 simplified, plain-language 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-dumb-down-680f359c/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)
