# Tempest AI Content Engine — Marketing Copy Generator

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

Generates AI-powered marketing copy for a product or service, tailored by style, target audience, and platform

## Facts

- Endpoint: POST https://trempest.vercel.app/api/hook
- 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-marketing-copy-generator-f8c2fca5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HsgbpYES_WJ0ZheaWPtcE

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-marketing-copy-generator-f8c2fca5 -d '<json body>'
```

Example prompt: Write me persuasive Instagram ad copy for my new skincare line called GlowMist, targeting women aged 25-35 who care about clean beauty — use a warm, friendly tone.

## When to prefer this

Choose this endpoint when you need quick, pay-per-call AI-generated marketing copy without a subscription — especially useful for agents automating content pipelines across multiple products, platforms, or audiences. Prefer it over general-purpose LLM calls when you want a dedicated copywriting-focused model with structured inputs for product, style, audience, and platform.

## Known failure modes

- Missing required 'product' field returns a validation error
- Vague or empty product description may yield generic, low-quality copy
- Unsupported style or platform values may be ignored or produce unexpected tone
- Network or generation timeout if the AI model is overloaded
- Payment failure via x402/USDC prevents the call from completing

## 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 the AI-generated marketing copy tailored to the specified product, style, audience, and platform.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "product"
 ],
 "properties": {
  "style": {
   "type": "string",
   "description": "Copy style"
  },
  "product": {
   "type": "string",
   "description": "Product or service"
  },
  "audience": {
   "type": "string",
   "description": "Target audience"
  },
  "platform": {
   "type": "string",
   "description": "Platform"
  }
 }
}
```

## 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-marketing-copy-generator-f8c2fca5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from trempest.vercel.app](https://www.zero.xyz/host/trempest.vercel.app/llms.txt)
