# KiteEndpoints.ai - Ski Resort API

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

Returns ski resort data including conditions, snow reports, lift status, and related information for a given resort

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/ski-resort
- Price: $0.18/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-ski-resort-api-7b28b751
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gInEOR1wGbA-p3Tl1dwLM

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-ski-resort-api-7b28b751 -d '<json body>'
```

Example prompt: What are the current snow conditions and lift status at Vail ski resort — how much base snow do they have and how many lifts are running?

## When to prefer this

Use this endpoint when you need quick, pay-per-request ski resort condition data without a subscription, especially in crypto-native or x402-enabled agent workflows where USDC micropayments on Base chain are available

## Known failure modes

- Invalid or unrecognized resort name returns empty or error result
- Payment failure (402) if USDC balance insufficient on Base chain
- Resort data unavailable or out of season returns null or placeholder data
- Network timeout from upstream data provider
- Malformed request body returns 400 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 ski resort data such as snow depth, open trails, lift status, and other resort conditions

## 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-ski-resort-api-7b28b751/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)
