# Inkbox AI Content Studio — Broadcast Content Generator

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

Generates AI-written broadcast or platform-specific content for a given topic, optimized for a target platform

## Facts

- Endpoint: POST https://inkinbox402.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-485cec02
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fvGtkkDdbqmk96ZSJFln8

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

Example prompt: Write me broadcast-ready content about the launch of our new eco-friendly water bottle for LinkedIn — something punchy and professional that I can post directly.

## When to prefer this

Choose this endpoint when you need to quickly generate platform-specific broadcast content (e.g. social posts, announcements, email copy) for a given topic without manual writing, and are comfortable paying $0.15 USDC per call via x402 on Base.

## Known failure modes

- Missing required 'topic' field returns validation error
- Invalid or unsupported platform value may return generic content or error
- Payment failure (402) if USDC on Base is not provided
- Vague topic input may produce generic or low-quality output
- Network timeout on Netlify serverless function under load

## 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-485cec02/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)
