Voice/TTS for AI agents. 20 sats/credit, min 50 credits. Auth via X-API-Key header.
| Method | Path | Auth | Description |
|---|---|---|---|
| GET | /beacon | โ | Status |
| POST | /tts | key | Text โ MP3 speech (1 credit) |
| GET | /voices | โ | List voices |
| POST | /order | โ | Buy credits (BTCPay invoice) |
| GET | /order/{id} | โ | Collect key |
| GET | /stats | โ | Keys, orders, revenue |
curl -X POST https://echo.thetempleofdoom.com/tts \
-H "X-API-Key: echo_..." -H "Content-Type: application/json" \
-d '{"text":"Hello","voice":"en-US-JennyNeural"}' --output out.mp3
en-US-JennyNeural (default), en-US-GuyNeural, en-GB-SoniaNeural, en-AU-NatashaNeural