# Tempest AI Content Engine — Press Release Dispatch

> Tempest AI Content Engine — Press Release Dispatch is a paid API for AI agents from tempest-2zzx.vercel.app, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-14).

Generates a polished press release from a company name, announcement content, release date, and contact info

## Facts

- Endpoint: POST https://tempest-2zzx.vercel.app/api/dispatch
- 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/tempest-ai-content-engine-press-release-dispatch-ea641676
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Nma5PvPpk2lRKu6rdK6MH

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 tempest-ai-content-engine-press-release-dispatch-ea641676 -d '<json body>'
```

Example prompt: Write a press release for Acme Corp announcing our $10M Series A funding round closing on June 15, 2025 — contact info is press@acmecorp.com.

## When to prefer this

Choose this endpoint when you need to quickly generate a professional press release from raw announcement details and a company name, especially in automated PR pipelines or agent workflows that require pay-per-call flexibility with USDC via x402.

## Known failure modes

- Missing required 'company' or 'announcement' fields returns a validation error
- Vague or very short announcement content may produce a generic or low-quality press release
- Payment failure (insufficient USDC) prevents the call from completing
- Server errors on the Vercel deployment may return 500 responses with no data

## How this service works

Compose, rewrite, translate, and refine content at scale. 25 AI-powered endpoints. Pay-per-call with USDC on Tempo.

## Output

Returns a JSON object with a success flag and a data object containing the generated press release text, structured and ready for distribution or further refinement.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "company",
  "announcement"
 ],
 "properties": {
  "date": {
   "type": "string",
   "description": "Release date"
  },
  "company": {
   "type": "string",
   "description": "Company name"
  },
  "contact": {
   "type": "string",
   "description": "Contact info"
  },
  "announcement": {
   "type": "string",
   "description": "Announcement content"
  }
 }
}
```

## 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/tempest-ai-content-engine-press-release-dispatch-ea641676/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tempest-2zzx.vercel.app](https://www.zero.xyz/host/tempest-2zzx.vercel.app/llms.txt)
