# Tempest AI Content Scorecard

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

Analyzes content against a target keyword and returns an SEO/quality scorecard with actionable metrics

## Facts

- Endpoint: POST https://tempest-2zzx.vercel.app/api/scorecard
- Price: $0.2/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-scorecard-ee157439
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eBRjnOwfEhLeIpt-QIaLU

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

Example prompt: Can you run a scorecard on this blog post draft and tell me how well it's optimized for the keyword 'sustainable office furniture'? Here's the content: [paste article text]

## When to prefer this

Choose this endpoint when you need a structured, quantitative scorecard of content quality relative to a specific SEO keyword — particularly useful before publishing articles, landing pages, or product descriptions. Prefer this over general AI writing feedback when you need consistent, comparable numeric scores across multiple pieces of content or when automating content QA pipelines.

## Known failure modes

- Missing required 'content' field returns validation error
- Empty string content may produce low-confidence or error response
- Very long content payloads may time out or be truncated
- Missing target_keyword returns a general quality score without keyword-specific analysis
- Invalid or malformed JSON body returns 400 error
- Service unavailability returns 5xx 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 flag and a data object containing content quality and SEO metrics, likely including keyword usage scores, readability assessments, and optimization recommendations for the analyzed content against the specified 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-ee157439/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)
