# Inkbox AI Content Studio — Broadcast Content Generator

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

Generates AI-written broadcast or platform-specific content drafts given a topic and optional target platform

## Facts

- Endpoint: POST https://inkonbox.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-ba1d82d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NbnUTzxLxbHV_jVfXYfot

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

Example prompt: Use Inkbox to draft a broadcast post about our upcoming product launch for the LinkedIn platform — make it professional and engaging.

## When to prefer this

Choose this endpoint when you need to quickly generate broadcast or platform-specific written content from a topic with minimal input — especially useful for marketing copy, social posts, or announcements where pay-per-call pricing ($0.15 USDC) is acceptable and you need results fast without managing a full CMS or content pipeline.

## Known failure modes

- Missing required 'topic' field returns a 400 validation error
- Unrecognized platform value may produce generic rather than platform-optimized output
- Payment failure via x402/USDC returns 402 Payment Required before content is generated
- Overly vague topics may produce generic or low-quality drafts
- Rate limiting or quota exhaustion may return 429 errors

## 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 draft 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-ba1d82d8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from inkonbox.netlify.app](https://www.zero.xyz/host/inkonbox.netlify.app/llms.txt)
