# Inkbox AI Content Studio — Bulletin Generator

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

Generates a polished company bulletin or announcement writeup from a company name and raw announcement text using AI.

## Facts

- Endpoint: POST https://1nk30x.netlify.app/api/bulletin
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/inkbox-ai-content-studio-bulletin-generator-ae1467c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PsF5fcMakueQVQYQ4L0CO

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

Example prompt: Can you write a polished company bulletin for Meridian Technologies announcing that we just closed our Series B funding round of $40 million?

## When to prefer this

Choose this endpoint when you need a ready-to-publish company bulletin or formal announcement writeup from minimal input — just a company name and the core announcement. Ideal for automating corporate communications, PR workflows, or generating polished text from rough notes without a full content team.

## Known failure modes

- Missing required 'company' field returns a validation error
- Missing required 'announcement' field returns a validation error
- Payment not included or insufficient USDC causes a 402 Payment Required response
- Vague or very short announcement text may result in a generic or low-quality bulletin
- Network timeout if the AI generation takes too long
- Empty or nonsensical input strings may produce poor-quality output

## 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 boolean and a data object containing the AI-generated bulletin text, formatted and ready for publication or distribution.

## 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-ae1467c4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 1nk30x.netlify.app](https://www.zero.xyz/host/1nk30x.netlify.app/llms.txt)
