# Inkbox AI Content Studio — Broadcast Content Generator

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

Generates broadcast-ready written content for a given topic and platform using AI

## Facts

- Endpoint: POST https://0ink.netlify.app/api/broadcast
- 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-broadcast-content-generator-1c0c32e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HFK9XpjmMvL_yElaXXFDV

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-broadcast-content-generator-1c0c32e6 -d '<json body>'
```

Example prompt: Draft me a broadcast post about our new product launch on LinkedIn — the topic is 'AI-powered productivity tools for remote teams'.

## When to prefer this

Use this endpoint when you need to quickly generate broadcast-ready written content for a specific topic and platform without a human writer, and you are comfortable paying per-call in USDC via the x402 protocol on Base.

## Known failure modes

- Missing required 'topic' field returns validation error
- Unsupported platform value may produce generic or malformed output
- LLM generation failure returns success: false with error details
- Payment failure (HTTP 402) if USDC balance is insufficient or x402 payment is not provided
- Timeout if AI generation takes too long for complex topics

## 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 broadcast content tailored to the specified topic and platform.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "topic"
 ],
 "properties": {
  "topic": {
   "type": "string"
  },
  "platform": {
   "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-broadcast-content-generator-1c0c32e6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 0ink.netlify.app](https://www.zero.xyz/host/0ink.netlify.app/llms.txt)
