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

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

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

## Facts

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

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-ce6cddca -d '<json body>'
```

Example prompt: Can you convert this paragraph to spoken audio using a natural-sounding English voice: 'Welcome to our platform. We are glad to have you here.' Use a standard male or female Edge TTS voice.

## When to prefer this

Use this endpoint when you need fast, cost-effective text-to-speech synthesis via Microsoft Edge TTS voices and are already operating within the KiteEndpoints x402/USDC payment ecosystem. Good for agents that need on-demand narration without managing separate TTS API credentials.

## Known failure modes

- Empty or missing text input returns an error
- Unsupported voice or language code causes failure
- Text too long may exceed limits
- Payment failure (insufficient USDC balance) results in 402 response
- Service unavailability from underlying Edge TTS provider

## 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 or binary audio) representing the spoken version of the input text, generated using Microsoft Edge TTS voices.

## 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-ce6cddca/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)
