# OmniAPI SEO Meta Tag Generator

> OmniAPI SEO Meta Tag Generator is a paid API for AI agents from omni-api-cyan.vercel.app, paid per call via x402, $0.098554/call, status unknown (last checked 2026-09-15).

Generates SEO meta tags (title, description, keywords, etc.) for a given query or content input

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/ai/seo/meta
- Price: $0.098554/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-seo-meta-tag-generator-97c68d88
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cHp2U2P-W64dkykFKdUV3

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 omniapi-seo-meta-tag-generator-97c68d88 -d '<json body>'
```

Example prompt: Generate SEO meta tags for a blog post about 'the best home espresso machines in 2025' — I need a compelling title, meta description, and relevant keywords.

## When to prefer this

Use this endpoint when you need AI-generated, ready-to-use SEO meta tags from a text query or content description without building your own LLM pipeline. Preferable when paying per call is acceptable and you want a hosted, multi-chain x402-compatible solution. Avoid if you need deeply customized SEO strategies or integration with a full CMS workflow.

## Known failure modes

- Missing required 'query' field returns a 400 validation error
- Vague or empty query may produce generic, low-quality meta tags
- Payment failure via x402 returns 402 Payment Required
- Rate limiting or server errors may return 429 or 500 responses
- Overly long input may be truncated or rejected

## How this service works

444 endpoints across 9+ chains. Crypto, AI, Social, Finance, Weather, Tools. Pay per call in USDC via x402 with 4 facilitators: Dexter, Meridian, FluxA, GoPlausible.

## Output

Returns an object containing generated SEO metadata fields such as meta title, meta description, keywords, and potentially Open Graph or Twitter card tags, optimized for search engine visibility based on the provided query or content.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Input data for the endpoint"
  },
  "query": {
   "type": "string",
   "description": "Search query or input text"
  },
  "params": {
   "type": "object",
   "description": "Additional parameters"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniapi-seo-meta-tag-generator-97c68d88/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omni-api-cyan.vercel.app](https://www.zero.xyz/host/omni-api-cyan.vercel.app/llms.txt)
