# KiteEndpoints AI Doctor

> KiteEndpoints AI Doctor is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.17/call, status unknown (last checked 2026-09-15).

Provides AI-powered medical symptom analysis and health guidance via a paid per-request API

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/ai-doctor
- Price: $0.17/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-doctor-2311a28a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FSusD09S_M3ggLg-g9eSY

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-doctor-2311a28a -d '<json body>'
```

Example prompt: I've been having a persistent headache behind my eyes for three days along with mild fever and neck stiffness — can you run this through the AI doctor to tell me what conditions might match and what I should do?

## When to prefer this

Use this endpoint when you need a quick AI-generated preliminary health assessment or symptom analysis without a formal telemedicine consultation. Best suited for general symptom triage, understanding possible conditions, or getting guidance on whether to seek immediate care. Not a replacement for licensed medical professionals.

## Known failure modes

- Vague or insufficient symptom description may result in generic or unhelpful assessments
- Rare or highly complex conditions may be misidentified or missed
- Input schema mismatch may return a generic example response
- Service may be unavailable if the Vercel deployment is down
- Payment failure on Base chain USDC will block the request entirely

## 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 JSON object with an AI-generated medical assessment, possible conditions matching the described symptoms, severity indicators, and recommended next steps or actions the user should consider.

## 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-doctor-2311a28a/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)
