# NexusAPI SEO Meta Tag Generator

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

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

## Facts

- Endpoint: POST https://nexus-api-peach-nine.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/nexusapi-seo-meta-tag-generator-887addee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_skOMIClbCOPMmFhkkLtDt

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 nexusapi-seo-meta-tag-generator-887addee -d '<json body>'
```

Example prompt: Can you generate SEO meta tags — title, description, and keywords — for a page about 'best practices for remote team productivity'?

## When to prefer this

Choose this endpoint when you need to quickly generate SEO meta tags for a page topic or query without setting up your own LLM pipeline, and you prefer pay-per-call USDC pricing over a monthly API subscription. Best for agents automating content workflows that require SEO metadata generation at scale.

## Known failure modes

- Empty or missing query field returns a validation error
- Overly vague queries may produce generic, low-quality meta tags
- Payment failure in USDC results in 402 response and no content
- Rate limiting or server errors on the Vercel deployment return 5xx
- Very long input 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 generated SEO metadata including a meta title, meta description, relevant keywords, and potentially Open Graph or Twitter card tags 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/nexusapi-seo-meta-tag-generator-887addee/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
