# Inkbox AI Content Studio — Draft

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

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

## Facts

- Endpoint: POST https://1nk30x.netlify.app/api/draft
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/inkbox-ai-content-studio-draft-403478e2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oPTk-evgSgUWfyBgS-A2w

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

Example prompt: Draft me a 300-word professional blog post about the benefits of remote work for small businesses — keep the tone conversational and approachable.

## When to prefer this

Choose this endpoint when you need to generate original written content from scratch given a topic or instruction. It is best suited for drafting blog posts, marketing copy, social content, or professional writing where the user provides a prompt and wants a ready-to-use draft. Prefer this over rewrite or translate endpoints when the primary need is new content creation rather than transforming existing text.

## Known failure modes

- Missing required 'prompt' field returns a 400 validation error
- Overly long or complex prompt may result in truncated or degraded output
- Payment not provided or rejected results in a 402 Payment Required response
- Service unavailable returns a 500 error with no content generated
- Invalid style or length values may be ignored or cause unexpected output

## How this service works

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

## Output

A JSON object with a success boolean and a data object containing the AI-generated draft text based on the provided prompt, style, and length preferences.

## 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-403478e2/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)
