# KiteEndpoints.ai - SEO Audit

> KiteEndpoints.ai - SEO Audit is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Performs an SEO audit on a given website or URL, returning structured analysis of SEO health and issues

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/seo-audit
- 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/kiteendpoints-ai-seo-audit-14592c64
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MrOlJprr9x6_bioZhlr0i

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 kiteendpoints-ai-seo-audit-14592c64 -d '<json body>'
```

Example prompt: Can you run an SEO audit on my website https://example.com and tell me what issues are hurting my search rankings?

## When to prefer this

Use this endpoint when you need a quick, pay-per-use SEO audit without committing to a subscription SEO platform. Ideal for agents that need on-demand SEO analysis as part of a broader workflow, or for auditing multiple sites at low cost using USDC micropayments on Base chain.

## Known failure modes

- Invalid or unreachable URL returns an error in the result object
- Payment failure if insufficient USDC balance on Base chain
- Malformed request body returns a generic error
- Timeout if the target site is slow to respond
- Rate limiting if too many requests are made in quick succession

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a structured SEO audit result object containing analysis of the target site's SEO health, potentially including scores, detected issues, metadata quality, and optimization recommendations.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-seo-audit-14592c64/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
