# Tempest AI Content Engine — Social Signal Generator

> Tempest AI Content Engine — Social Signal Generator 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 platform-optimized social media posts from a topic and tone using AI, targeting Twitter, LinkedIn, or Instagram.

## Facts

- Endpoint: POST https://tempest-2zzx.vercel.app/api/signal
- 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-social-signal-generator-ff6ccda0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kM4mKGLbNxy5i22PChNkm

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-social-signal-generator-ff6ccda0 -d '<json body>'
```

Example prompt: Write me a professional LinkedIn post about the future of remote work — make the tone optimistic and forward-looking.

## When to prefer this

Choose this endpoint when you need to programmatically generate platform-specific social media posts at scale with tone control. It is especially useful for marketing automation agents, content scheduling pipelines, or AI assistants helping users craft social media copy quickly. Prefer it over generic LLM prompting when you want a purpose-built, pay-per-call API with consistent social post formatting across Twitter, LinkedIn, and Instagram.

## Known failure modes

- Missing required 'topic' field returns a validation error
- Invalid or unsupported platform value may produce generic output not optimized for any platform
- Payment failure via x402/USDC results in 402 Payment Required before content is generated
- Vague or very short topics may produce low-quality or generic posts
- Rate limiting or Vercel cold-start may cause latency spikes or timeouts

## 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 social media post text tailored to the specified platform, topic, and tone.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "topic"
 ],
 "properties": {
  "tone": {
   "type": "string",
   "description": "Post tone"
  },
  "topic": {
   "type": "string",
   "description": "Post topic"
  },
  "platform": {
   "type": "string",
   "description": "Platform (twitter, linkedin, instagram)"
  }
 }
}
```

## 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-social-signal-generator-ff6ccda0/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)
