# Inkbox AI Content Studio — Broadcast Content Generator

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

Generates broadcast-ready written content (posts, scripts, or copy) for a given topic and target platform using AI

## Facts

- Endpoint: POST https://xinkx402.netlify.app/api/broadcast
- Price: $0.3/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-broadcast-content-generator-5c064122
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VzoAWNNcX09Pn42r0Dcvp

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

Example prompt: Draft a broadcast post about sustainable fashion trends optimized for Instagram — something punchy and platform-native.

## When to prefer this

Choose this endpoint when you need fast, pay-per-call AI-generated broadcast content without a subscription, especially when the topic and platform are well-defined and you want platform-optimized copy without managing a content pipeline.

## Known failure modes

- Missing required 'topic' field returns a validation error
- Unsupported or ambiguous platform value may produce generic output or an error
- Payment failure (insufficient USDC) returns a 402 Payment Required response
- Overly vague topics may yield low-quality or generic content
- Rate limiting or service unavailability may return 5xx 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 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-5c064122/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from xinkx402.netlify.app](https://www.zero.xyz/host/xinkx402.netlify.app/llms.txt)
