# Tempest AI Content Scorecard

> Tempest AI Content Scorecard is a paid API for AI agents from tumpest.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-13).

Analyzes content against a target keyword and returns an SEO/quality scorecard with AI-powered insights

## Facts

- Endpoint: POST https://tumpest.vercel.app/api/scorecard
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tempest-ai-content-scorecard-c76c3c51
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_77jqMiHwyf_GWwdv2R49a

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-scorecard-c76c3c51 -d '<json body>'
```

Example prompt: Can you run a scorecard analysis on this blog post draft about home insulation tips — targeting the keyword 'energy-efficient home upgrades' — and tell me how well it performs? Here's the content: [paste article text]

## When to prefer this

Use this endpoint when you need a structured, AI-powered quality and SEO scorecard for a specific piece of content relative to a target keyword. Prefer this over generic content analysis when you want quantified scoring and keyword-alignment metrics in a single pay-per-call call without a subscription.

## Known failure modes

- Missing required 'content' field returns validation error
- Empty or very short content may produce low-confidence scores
- Invalid or missing target_keyword may result in generic scoring without keyword-specific analysis
- Payment failure (non-payment of 0.2 USDC via x402) blocks the request
- Overly long content may exceed token limits causing truncation or 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 AI-generated scorecard metrics evaluating the submitted content's quality, relevance, and alignment with the target keyword.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "content"
 ],
 "properties": {
  "content": {
   "type": "string",
   "description": "Content to analyze"
  },
  "target_keyword": {
   "type": "string",
   "description": "Target keyword"
  }
 }
}
```

## 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-scorecard-c76c3c51/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)
