# Tempest AI Content Engine — Product Listing Generator

> Tempest AI Content Engine — Product Listing Generator is a paid API for AI agents from tumpest.vercel.app, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-15).

Generates AI-written product listing content (descriptions, copy) from a product name, features, tone, and desired length

## Facts

- Endpoint: POST https://tumpest.vercel.app/api/listing
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tempest-ai-content-engine-product-listing-generator-4fd52636
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QaZx2Q7ZYZd4iIFeAiYz0

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-product-listing-generator-4fd52636 -d '<json body>'
```

Example prompt: Write me a professional product listing for my ergonomic standing desk called 'FlowDesk Pro' — it features adjustable height, cable management, and a bamboo surface — keep the tone confident and persuasive, and make it medium length.

## When to prefer this

Choose this endpoint when you need to rapidly generate e-commerce product listing copy at scale using a pay-per-call model with USDC, especially when you have structured product data (name, features) and want controllable tone and length without managing a standalone LLM integration.

## Known failure modes

- Missing required 'product' field returns validation error
- Malformed features array may cause generation failure
- Payment not included or insufficient USDC causes 402 response
- Overly vague product details result in generic low-quality output
- Network timeout on the Vercel serverless function under load

## 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 boolean and a data object containing AI-generated product listing content based on the provided product name, features, tone, and length preferences.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "product"
 ],
 "properties": {
  "tone": {
   "type": "string",
   "description": "Tone"
  },
  "length": {
   "type": "string",
   "description": "Length"
  },
  "product": {
   "type": "string",
   "description": "Product name and details"
  },
  "features": {
   "type": "array",
   "description": "Key features"
  }
 }
}
```

## 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-product-listing-generator-4fd52636/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tumpest.vercel.app](https://www.zero.xyz/host/tumpest.vercel.app/llms.txt)
