# Inkbox AI Content Studio — Longform Content Generator

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

Generates long-form written content on a given topic with a specified style and word count

## Facts

- Endpoint: POST https://inkinbox402.netlify.app/api/longform
- Price: $0.15/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-longform-content-generator-a571305b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZeWQ0RQHlWlUL2-HsPDD5

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-longform-content-generator-a571305b -d '<json body>'
```

Example prompt: Write me a 1200-word long-form article on the future of renewable energy in a conversational journalistic style, using Inkbox.

## When to prefer this

Choose this endpoint when you need AI-generated long-form written content (articles, essays, blog posts) on a specific topic and can specify style and length. Prefer this over short-form or summarization endpoints when the output needs to be a full-length piece. Ideal for content pipelines, blog automation, or marketing teams needing scalable article generation with pay-per-call pricing.

## Known failure modes

- Missing required 'topic' field returns validation error
- Unsupported style value may produce unexpected tone or format
- Very high word_count values may result in truncated or degraded output
- Payment failure via x402/USDC returns 402 Payment Required before content is generated
- Network or generation timeout for very long pieces

## 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 generated long-form written content based on the provided topic, style, and word count.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "topic"
 ],
 "properties": {
  "style": {
   "type": "string"
  },
  "topic": {
   "type": "string"
  },
  "word_count": {
   "type": "integer"
  }
 }
}
```

## 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-longform-content-generator-a571305b/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)
