# KiteEndpoints.ai - Domain Check

> KiteEndpoints.ai - Domain Check is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-13).

Checks the availability or status of a domain name via a paid per-request API on the Base blockchain.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/domain-check
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-domain-check-1a9244d5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SNjL3_wcUgru2W6q-QPHq

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-domain-check-1a9244d5 -d '<json body>'
```

Example prompt: Can you check if the domain 'myawesomestartup.com' is available to register?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-request domain availability check without committing to a registrar account or subscription. It is particularly useful for AI agents that need on-demand domain lookup within a crypto-native payment workflow using USDC on Base chain.

## Known failure modes

- Invalid or malformed domain name input returns an error
- Domain TLD not supported may return empty or error response
- Network or upstream WHOIS lookup failure returns a 5xx error
- Payment failure (insufficient USDC) results in 402 response and no data
- Rate limiting or quota exceeded returns an error

## 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 result object containing domain availability status and related registration data, indicating whether the queried domain is available, taken, or has some other status.

## 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-domain-check-1a9244d5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
