# Inkbox AI Content Studio — Bulletin Generator

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

Generates a company bulletin or announcement post from a company name and announcement text using AI

## Facts

- Endpoint: POST https://pen-inkbox402.netlify.app/api/bulletin
- 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-bulletin-generator-bef423a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Eg03GlF0lAgBKJ0XBDQKU

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-bulletin-generator-bef423a8 -d '<json body>'
```

Example prompt: Can you draft a company bulletin for Acme Corp announcing that we're launching a new remote work policy starting next month?

## When to prefer this

Use this endpoint when you need to quickly transform a raw company announcement into a polished, ready-to-publish bulletin. Best suited for internal comms teams, PR automation pipelines, or AI agents that need to generate formal company bulletins from brief announcement summaries. Prefer this over generic text generation when you want bulletin-specific formatting and tone.

## Known failure modes

- Missing required 'company' field returns validation error
- Missing required 'announcement' field returns validation error
- Payment not provided results in 402 Payment Required response
- Vague or very short announcement may produce generic or low-quality bulletin output
- Service downtime on Netlify hosting may result in 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 bulletin text based on the company name and announcement provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "company",
  "announcement"
 ],
 "properties": {
  "company": {
   "type": "string"
  },
  "announcement": {
   "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-bulletin-generator-bef423a8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pen-inkbox402.netlify.app](https://www.zero.xyz/host/pen-inkbox402.netlify.app/llms.txt)
