# KiteEndpoints.ai - AI Doctor

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

Provides AI-powered medical advice, symptom analysis, or health-related question answering via a paid API endpoint.

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/ai-doctor
- Price: $0.17/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-ai-doctor-607c0f32
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GR8LRVtuhQpWiLPI-oFQs

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-ai-doctor-607c0f32 -d '<json body>'
```

Example prompt: I've had a persistent headache, mild fever, and stiff neck for two days — can you ask the AI doctor what conditions this might suggest and whether I should seek urgent care?

## When to prefer this

Choose this endpoint when you need quick AI-generated medical triage, symptom analysis, or health Q&A without integrating a full EHR or clinical API. Best for lightweight health advisory use cases where a pay-per-request model ($0.17 USDC) is acceptable and real-time responses are needed.

## Known failure modes

- Missing or malformed input object returns generic error
- Vague or incomplete symptom description may yield low-quality advice
- Service unavailability on Vercel infrastructure returns 5xx
- Payment failure via x402/USDC returns 402 Payment Required
- Rate limiting may occur under high load

## 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 an AI-generated medical response object containing analysis, possible diagnoses, or health recommendations based on the input query or symptom data.

## 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-ai-doctor-607c0f32/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
