# Tempest AI Content Engine — Pulse Endpoint

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

Analyzes and processes text using AI, returning structured insights or transformed content via the /api/pulse endpoint

## Facts

- Endpoint: POST https://tempest-2zzx.vercel.app/api/pulse
- Price: $0.15/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-pulse-endpoint-bfd6481b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8B99ZWgDty0LyhxDJxp-H

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-pulse-endpoint-bfd6481b -d '<json body>'
```

Example prompt: Run this paragraph through Tempest's pulse endpoint and tell me what it finds: 'Our Q3 revenue grew 18% year-over-year, driven primarily by enterprise subscription upgrades and expansion into APAC markets.'

## When to prefer this

Choose this endpoint when you need fast, pay-per-call AI text analysis without a subscription commitment. It is part of a larger 25-endpoint AI content suite (Tempest), so it is best suited for workflows already integrated with the Tempest ecosystem or when USDC micropayment billing via x402 is preferred over monthly API key plans.

## Known failure modes

- Missing required 'text' field returns a validation error
- Empty string input may return empty or null data
- Very long text inputs may exceed token or size limits
- Payment failure (insufficient USDC) blocks request processing
- Network timeout from the Vercel-hosted service under load
- Malformed JSON body returns a 400-level error

## 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 analysis or extraction results for the submitted text. The specific structure of the data object depends on what the pulse endpoint extracts or identifies from the input.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "text"
 ],
 "properties": {
  "text": {
   "type": "string",
   "description": "Text to analyze"
  }
 }
}
```

## 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-pulse-endpoint-bfd6481b/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)
