# KiteEndpoints.ai - Edge TTS (Text-to-Speech)

> KiteEndpoints.ai - Edge TTS (Text-to-Speech) is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Converts text to speech audio using Microsoft Edge TTS voices, returning synthesized audio data.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/edge-tts
- Price: $0.08/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-edge-tts-text-to-speech-1af4fa1d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IrSkN7CpUJSOz3IrhGshr

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-edge-tts-text-to-speech-1af4fa1d -d '<json body>'
```

Example prompt: Can you read this aloud for me? Convert the following paragraph to speech audio using a natural English voice: 'Welcome to our platform. We're glad to have you here.'

## When to prefer this

Choose this endpoint when you need high-quality, natural-sounding TTS audio via Microsoft Edge voices, especially in a pay-per-use context on Base chain without needing a subscription. Good for lightweight, on-demand narration tasks where Azure Cognitive Services or Google TTS subscriptions are overkill.

## Known failure modes

- Empty or missing text input returns an error
- Unsupported language or voice identifier causes synthesis failure
- Text too long may be rejected or truncated
- Network timeout on the upstream Edge TTS service
- Invalid or malformed request body returns 400 error
- Payment failure (insufficient USDC balance) returns 402

## 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 synthesized audio data (likely base64-encoded audio or a binary audio stream) representing the spoken version of the provided text, generated using Microsoft Edge TTS voice models.

## 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-edge-tts-text-to-speech-1af4fa1d/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)
