# Inkbox AI Bulletin Generator

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

## Facts

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

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

Example prompt: Write a polished company bulletin for Meridian Health announcing that we're launching a new telehealth service for rural communities starting March 1st.

## When to prefer this

Use this endpoint when you need to quickly turn a raw company announcement into a formatted, professional bulletin post without manual writing effort. Best suited for PR drafts, internal communications, or quick announcement content generation.

## Known failure modes

- Missing required 'company' field returns validation error
- Missing required 'announcement' field returns validation error
- Payment failure (402) if USDC not provided
- Empty or very short announcement may produce generic output
- Service downtime on netlify hosting could 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 structured response with a success flag and a data object containing the generated bulletin text based on the provided company name and announcement input.

## 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-a3694dc1/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)
