# SlinklyLayer SEO Tag Generator

> SlinklyLayer SEO Tag Generator is a paid API for AI agents from x402.slinkylayer.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Generates SEO tags and related metadata (meta titles, descriptions, keywords) from provided text content using AI

## Facts

- Endpoint: POST https://x402.slinkylayer.ai/api/v1/proxy/aa622466-83db-4a68-b6d2-415649333977/content-generate-seo-tags
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-slinkylayer-ai-acce6aff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UEBbnHLBjSewxQalZER5q

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 x402-slinkylayer-ai-acce6aff -d '<json body>'
```

Example prompt: Generate SEO tags and metadata for this article in English with a professional tone: 'Artificial intelligence is transforming healthcare by enabling faster diagnosis and personalized treatment plans. Machine learning algorithms analyze medical imaging to support clinical decision-making.'

## When to prefer this

Use this endpoint when you need to automatically generate SEO metadata (tags, meta title, meta description) from existing text content in a specific language and tone, especially within an x402 micropayment-enabled workflow where per-call billing is acceptable.

## Known failure modes

- Missing X-PAYMENT header returns 402 with payment instructions and accepted asset details
- Missing required fields (content, language, voice_tone) returns validation error
- Invalid language or voice_tone values may return an error or unexpected output
- Content too long or malformed may cause processing failure

## How this service works

Generate SEO tags and related metadata from the provided content.

## Output

Returns a set of SEO tags and related metadata derived from the input content, including meta titles, descriptions, and keyword tags suitable for search engine optimization.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "content",
  "language",
  "voice_tone"
 ],
 "properties": {
  "content": {
   "type": "string"
  },
  "language": {
   "type": "string"
  },
  "voice_tone": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "input": {
  "type": "http",
  "method": "POST",
  "bodyType": "json",
  "bodyFields": {
   "content": {
    "type": "string",
    "required": true
   },
   "language": {
    "type": "string",
    "required": true
   },
   "voice_tone": {
    "type": "string",
    "required": true
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-slinkylayer-ai-acce6aff/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.slinkylayer.ai](https://www.zero.xyz/host/x402.slinkylayer.ai/llms.txt)
