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

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

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

## Facts

- Endpoint: POST https://kite-hub-v2.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-34b82a93
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ts_MmRcfbw9kL0FeWdepw

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

Example prompt: Can you read out this paragraph using a natural-sounding English voice: 'The quick brown fox jumps over the lazy dog. Edge TTS is a fast and affordable way to generate speech from text.'

## When to prefer this

Choose this endpoint when you need fast, affordable text-to-speech synthesis without managing your own TTS infrastructure. It is ideal for agents needing to generate voice audio per-request with pay-as-you-go USDC billing on Base chain, and when Microsoft Edge TTS voice quality is acceptable. Prefer over Azure Cognitive Services or AWS Polly when you want crypto-native micropayments without API key management.

## Known failure modes

- Empty or missing text input returns an error
- Unsupported voice or language code causes failure
- Payment of 0.08 USDC not received results in 402 response
- Text too long may be truncated or rejected
- Network timeout on large text synthesis requests

## 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 audio data (likely base64-encoded or binary audio) representing the synthesized speech of the provided 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-34b82a93/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)
