# Inkbox AI Bulletin Generator

> Inkbox AI Bulletin 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 a polished company bulletin or announcement from a company name and announcement text using AI.

## Facts

- Endpoint: POST https://inkonbox.netlify.app/api/bulletin
- 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-bulletin-generator-27bf0d7d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YdkL9TDCaLulNZlmKSYdW

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

Example prompt: Can you draft a professional company bulletin for Acme Corp announcing that we're launching a new employee wellness program starting next month?

## When to prefer this

Use this endpoint when you need to quickly convert a raw company announcement or news item into a polished, professional bulletin format. Ideal for automating internal or external corporate communications drafting without a copywriter.

## Known failure modes

- Missing required fields (company or announcement) returns a validation error
- Vague or empty announcement text may produce generic or unhelpful bulletin output
- Service unavailability on the Netlify-hosted endpoint returns a 5xx error
- Payment failure via x402/USDC returns a 402 Payment Required response

## 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 provided company name and announcement details.

## 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-bulletin-generator-27bf0d7d/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)
