# Inkbox AI Content Studio — Flesh Out

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

Expands and elaborates a brief or outline into fully developed written content

## Facts

- Endpoint: POST https://0ink.netlify.app/api/flesh-out
- 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-flesh-out-c2b779f9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kXzYfX-RmReXDIJheIHu3

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-flesh-out-c2b779f9 -d '<json body>'
```

Example prompt: Take this rough outline and flesh it out into a full, well-written section: 'Introduction — importance of sleep, common myths, what science says, practical tips for better rest.' Make it detailed and engaging.

## When to prefer this

Choose this endpoint when you have a skeleton, outline, or brief text that needs to be expanded into fuller written content — especially when the goal is enriching sparse notes into polished prose. Prefer over rewrite endpoints when the input is intentionally thin and the goal is volume and depth rather than stylistic transformation.

## Known failure modes

- Missing required 'text' field returns a validation error
- Empty string input may return an error or empty output
- Overly long input text may exceed token limits and return an error
- Payment failure (402) if USDC balance is insufficient or x402 auth is missing
- Network timeout for unusually large expansion requests

## 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 data object containing the fully elaborated and expanded version of the input text, with a success boolean indicating whether the operation completed successfully.

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