# Inkbox AI Content Studio — Blueprint

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

Generates AI-powered written content (drafts, rewrites, translations, optimizations) for a given topic via a pay-per-call blueprint endpoint

## Facts

- Endpoint: POST https://inkinbox402.netlify.app/api/blueprint
- 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-blueprint-baa212a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w_yKDnpwBWpTcvkoqEBLO

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

Example prompt: Use Inkbox AI Content Studio to draft me a compelling blog post about sustainable urban gardening — something engaging and well-structured for a general audience.

## When to prefer this

Choose this endpoint when you need AI-generated written content — drafts, rewrites, translations, or optimizations — on a pay-per-call basis without a subscription. Best suited for agents that need occasional content generation without committing to a monthly plan, especially when operating on Base with USDC micropayments via x402.

## Known failure modes

- Missing required 'topic' field returns validation error
- Payment not provided or insufficient USDC balance causes 402 response
- Malformed JSON body returns 400 bad request
- Network or upstream AI provider timeout returns 500 error
- Empty or very short topic may produce low-quality or generic output

## 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 written content based on the submitted topic.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "topic"
 ],
 "properties": {
  "topic": {
   "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-blueprint-baa212a2/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)
