# ApexAPI SEO Meta Generator

> ApexAPI SEO Meta Generator is a paid API for AI agents from apex-api-gamma.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 using AI

## Facts

- Endpoint: POST https://apex-api-gamma.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/apexapi-seo-meta-generator-f04ad3a7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VUGWW3nXbDp8Fffls7DXy

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 apexapi-seo-meta-generator-f04ad3a7 -d '<json body>'
```

Example prompt: Can you generate SEO meta tags — including a title and meta description — for a page about 'best ergonomic office chairs for back pain'?

## When to prefer this

Use this endpoint when you need to programmatically generate SEO meta tags for web pages at scale, paying per call without API key management. Prefer this over self-hosted LLM solutions when you want a ready-made, cost-transparent pay-per-use SEO metadata generation service on Base USDC.

## Known failure modes

- Empty or missing query field returns a validation error
- Query too vague may produce generic or low-quality meta tags
- Payment failure via x402/USDC results in 402 response and no content
- Service unavailability returns 500 error with no metadata
- Overly long queries may be truncated or rejected

## 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 AI-generated SEO metadata such as a meta title, meta description, and potentially other meta tag suggestions optimized for the given 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/apexapi-seo-meta-generator-f04ad3a7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apex-api-gamma.vercel.app](https://www.zero.xyz/host/apex-api-gamma.vercel.app/llms.txt)
