# Inkbox AI Content Studio — Longform Content Generator

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

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

## Facts

- Endpoint: POST https://lastink.netlify.app/api/longform
- Price: $0.15/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-longform-content-generator-42a36106
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Q8ruAl8bvt7PoMtC-edgF

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-42a36106 -d '<json body>'
```

Example prompt: Write me a 1500-word article about the future of renewable energy in a conversational style — something suitable for a general-audience blog.

## When to prefer this

Choose this endpoint when you need AI-generated long-form written content (articles, blog posts, essays, reports) and want pay-per-call pricing with no subscription. Ideal for agents that need on-demand content drafting at scale without committing to a SaaS plan.

## Known failure modes

- Missing required 'topic' field returns validation error
- Unsupported style value may yield unexpected formatting
- Very high word_count values may result in truncated or incomplete output
- Payment failure (402) if USDC balance is insufficient
- Service unavailability returns 5xx error from Netlify hosting

## 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 flag and a data object containing the AI-generated longform 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-42a36106/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lastink.netlify.app](https://www.zero.xyz/host/lastink.netlify.app/llms.txt)
