# PrimeAPI SEO Meta Generator

> PrimeAPI SEO Meta Generator is a paid API for AI agents from prime-api-seven.vercel.app, paid per call via x402, $0.099298/call, status unknown (last checked 2026-09-14).

Generates SEO meta tags and metadata for a given search query or topic

## Facts

- Endpoint: POST https://prime-api-seven.vercel.app/api/ai/seo/meta
- Price: $0.099298/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/primeapi-seo-meta-generator-4a0fb90a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IVbp_rRQnUWGelirZFyOk

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 primeapi-seo-meta-generator-4a0fb90a -d '<json body>'
```

Example prompt: Generate SEO meta tags for a blog post about 'best vegan recipes for beginners' — I need a compelling title and meta description that will rank well on Google.

## When to prefer this

Use this endpoint when you need quick, automated generation of SEO meta tags for web pages, blog posts, or landing pages without setting up API keys. Ideal for agents handling content pipelines or website automation that need to pay per call in USDC via x402 protocol.

## Known failure modes

- Empty or missing query field returns a validation error
- Overly vague query may produce generic, low-quality meta output
- Payment failure or insufficient USDC balance returns HTTP 402
- Service unavailability on Vercel deployment returns 5xx error
- Very long or complex queries may be truncated or produce partial output

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns structured SEO metadata including a meta title, meta description, and relevant keywords or tags optimized for search engines based on the provided query or topic.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/primeapi-seo-meta-generator-4a0fb90a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prime-api-seven.vercel.app](https://www.zero.xyz/host/prime-api-seven.vercel.app/llms.txt)
