# Tempest Spotlight Content Generator

> Tempest Spotlight Content Generator is a paid API for AI agents from tempest-2zzx.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Generates AI-powered spotlight or featured-content copy for a given page title, keywords, and description

## Facts

- Endpoint: POST https://tempest-2zzx.vercel.app/api/spotlight
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tempest-spotlight-content-generator-9f8cac3f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VASM_zDH1osvG0HIoJANT

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-spotlight-content-generator-9f8cac3f -d '<json body>'
```

Example prompt: Can you generate spotlight content for my page titled 'Top 10 Productivity Tools for Remote Teams', using the keywords 'productivity', 'remote work', 'collaboration tools', and the description 'A roundup of the best tools to help distributed teams stay focused and efficient'?

## When to prefer this

Choose this endpoint when you need to auto-generate a focused, keyword-optimized spotlight or featured-content block for a specific page, and you have a title (required), optional target keywords, and a brief description ready. It's ideal for content pipelines, SEO workflows, or marketing automation where you want structured AI-written copy at scale without a full CMS integration.

## Known failure modes

- Missing required `title` field returns a validation error
- Overly vague or empty description may yield generic, low-quality spotlight content
- Payment failure (insufficient USDC) blocks the request
- Timeout or model unavailability returns a server error
- Very long keyword arrays may be truncated or partially ignored

## 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 structured JSON object with a `success` boolean and a `data` object containing the AI-generated spotlight content copy, ready to embed in a webpage or content pipeline.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "title"
 ],
 "properties": {
  "title": {
   "type": "string",
   "description": "Page title"
  },
  "keywords": {
   "type": "array",
   "description": "Target keywords"
  },
  "description": {
   "type": "string",
   "description": "Brief description"
  }
 }
}
```

## 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-spotlight-content-generator-9f8cac3f/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)
