# KiteEndpoints.ai - Sea Temperature API

> KiteEndpoints.ai - Sea Temperature API is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.11/call, status unknown (last checked 2026-09-13).

Returns sea surface temperature data for a given location or region

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/sea-temperature
- Price: $0.11/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-sea-temperature-api-a7f0932d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Vy-yyaDStr-85tMNlKOru

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-sea-temperature-api-a7f0932d -d '<json body>'
```

Example prompt: What's the current sea surface temperature near Miami Beach, Florida? I'm planning a snorkeling trip and want to know if the water is warm enough.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-request sea surface temperature lookup without committing to a full weather or oceanographic API subscription. Best for ad-hoc queries about ocean water temperature for specific coastal locations, especially when cost per call matters and you need no setup overhead.

## Known failure modes

- Invalid or missing location input returns an error or empty result
- Out-of-range coordinates may return no data
- Unsupported region may return null or generic fallback
- Upstream data source unavailability may cause timeouts or stale data
- Malformed request body returns a 400-level 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 sea surface temperature data for the queried location, typically including temperature readings (likely in Celsius or Fahrenheit) and possibly metadata such as measurement date, region, and data source.

## 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-sea-temperature-api-a7f0932d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
