# Inkbox AI Content Studio — Draft

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

Generates a new written content draft from a prompt, with optional style and length controls.

## Facts

- Endpoint: POST https://xinkx402.netlify.app/api/draft
- Price: $0.3/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-draft-64395540
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xORQMACaVtriw-Q0r483x

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

Example prompt: Draft me a 500-word blog post about the benefits of remote work written in a conversational, upbeat style.

## When to prefer this

Choose this endpoint when you need to generate a net-new written draft from a descriptive prompt, with control over writing style and length. Prefer this over rewrite or translate endpoints when starting from scratch rather than transforming existing content.

## Known failure modes

- Missing required 'prompt' field returns a 400 or error response
- Prompt too vague may produce generic or low-quality output
- Unsupported style or length values may be ignored or cause errors
- Payment failure (insufficient USDC or x402 auth error) results in a 402 response
- Service downtime on Netlify hosting may return 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

Returns a JSON object with a success boolean and a data object containing the AI-generated content draft as text, reflecting the requested prompt, style, and length.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "prompt"
 ],
 "properties": {
  "style": {
   "type": "string"
  },
  "length": {
   "type": "string"
  },
  "prompt": {
   "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-draft-64395540/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from xinkx402.netlify.app](https://www.zero.xyz/host/xinkx402.netlify.app/llms.txt)
