# KiteEndpoints.ai Face Analyzer

> KiteEndpoints.ai Face Analyzer is a paid API for AI agents from kite-solana.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Analyzes a face in an image and returns facial attribute data such as age, gender, emotion, or other biometric features

## Facts

- Endpoint: POST https://kite-solana.vercel.app/api/face-analyzer
- Price: $0.15/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-face-analyzer-f8294a7a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Bv03UQubNtNT5xTDRXH7Y

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-face-analyzer-f8294a7a -d '<json body>'
```

Example prompt: Can you analyze the face in this photo and tell me the person's estimated age, gender, and detected emotion?

## When to prefer this

Choose this endpoint when you need a pay-per-request face analysis without a monthly subscription, especially when volume is low or sporadic. Useful when you want to avoid committing to a dedicated vision API contract and prefer microtransaction billing in USDC on Base chain.

## Known failure modes

- No face detected in the image — returns error or empty result
- Image URL is inaccessible or malformed — request fails
- Image quality too low (blurry, dark, occluded face) — low confidence or failed detection
- Unsupported image format — processing error
- Multiple faces in frame — may only analyze primary or return ambiguous results
- USDC payment failure on Base chain — request not processed

## 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 JSON object with facial analysis data including estimated age, gender classification, detected emotions, and potentially confidence scores or other biometric attributes extracted from the submitted image.

## 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-face-analyzer-f8294a7a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-solana.vercel.app](https://www.zero.xyz/host/kite-solana.vercel.app/llms.txt)
