# fastapi.online — Press Release Generator

> fastapi.online — Press Release Generator is a paid API for AI agents from api.fastapi.online, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Generates a professional press release for a company based on a provided announcement topic or content.

## Facts

- Endpoint: POST https://api.fastapi.online/press-release-generate
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fastapi-online-press-release-generator-aea4a4d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Z2sh7WSP5OiAkwUApVVsY

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 fastapi-online-press-release-generator-aea4a4d9 -d '<json body>'
```

Example prompt: Can you write a professional press release for my company, Meridian Health Tech, announcing that we just closed a $10M Series A funding round led by Sequoia Capital?

## When to prefer this

Choose this endpoint when you need a quick, low-cost, no-signup press release draft generated from minimal structured inputs (company name + announcement). At $0.002 per call and pay-per-use crypto billing, it's ideal for high-volume automation, developer pipelines, or agents that need to generate PR content on demand without a subscription. Prefer this over general-purpose LLM APIs when you want a purpose-built press release format without prompt engineering overhead.

## Known failure modes

- Missing required 'company' or 'announcement' fields returns a validation error
- Announcement text exceeding 4000 characters is rejected
- Payment failure or insufficient USDC balance results in 402 Payment Required response
- Overly vague or minimal announcement input may produce generic or low-quality output
- Model unavailability on self-hosted infrastructure may return a 503 error

## How this service works

Chat, embeddings, OCR, speech-to-text, image editing, image understanding (captioning/Q&amp;A), text-to-speech, translation, writing tools, classification tools, developer tools, local utilities, format/checksum validators, encoding &amp; crypto utilities, date/time calculators, geo/coordinate math, math &amp; finance calculators, novelty tools, and business/social writing generators — 179 endpoints in all, across multiple specialized self-hosted models. Pay per call with crypto — no signup — or get an API key.

## Output

Returns a fully drafted, professionally formatted press release including a headline, dateline, body paragraphs, company boilerplate, and contact section, generated by a self-hosted AI model based on the provided company name and announcement details.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "company": {
   "type": "string",
   "maxLength": 200,
   "minLength": 1
  },
  "announcement": {
   "type": "string",
   "maxLength": 4000,
   "minLength": 1
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fastapi-online-press-release-generator-aea4a4d9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.fastapi.online](https://www.zero.xyz/host/api.fastapi.online/llms.txt)
