Synthesize speech from text via a Layer gate
TTS
Synthesize speech from text via a Layer gate
Use when: caller wants to convert a text string into spoken audio routed through a Layer gate (OpenAI TTS, ElevenLabs, etc., resolved by the gate)
Routes a text-to-speech request through the named Layer gate. The gate decides which underlying TTS model+provider serves the request based on its current configuration. Returns audio in the format the gate is configured for.
POST
Synthesize speech from text via a Layer gate
Documentation Index
Fetch the complete documentation index at: https://docs.verlon.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Layer API key (prefixed sk-). Generated from the dashboard under Settings → API Keys, or via layer key create in the CLI.
Body
application/json
Response
Audio response. Content-Type follows the underlying provider format (typically audio/mpeg or audio/wav).