# Inkbox AI Content Studio — Dumb Down

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

Rewrites complex or advanced text into simpler, easier-to-understand language for broader audiences

## Facts

- Endpoint: POST https://1nk30x.netlify.app/api/dumb-down
- Price: $0.08/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-dumb-down-d7e22a8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Scj6K_R9yKcPrUHbCG6uz

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

Example prompt: Can you dumb down this paragraph so my readers don't need a PhD to understand it: 'The mitochondrial cristae facilitate the electrochemical gradient essential for ATP synthesis via oxidative phosphorylation, enabling cellular bioenergetics'?

## When to prefer this

Use this endpoint when you need to automatically simplify complex, technical, academic, legal, or jargon-heavy text for a general or non-expert audience. Prefer it over general rewrite endpoints when the explicit goal is reducing reading complexity and improving accessibility.

## Known failure modes

- Missing required 'text' field returns validation error
- Empty or very short text may yield unhelpful output
- Very long inputs may be truncated or rejected
- Payment failure (402) if USDC balance is insufficient
- Service unavailability on Netlify hosting may cause 5xx errors

## How this service works

Draft, rewrite, translate, and optimize written content. 25 AI-powered endpoints. Pay-per-call with USDC on Base.

## Output

A success flag and a data object containing the simplified, plain-language version of the submitted text, rewritten to be accessible to a general audience.

## 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-d7e22a8f/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)
