v1
latestOpenAPI 3.0.32026-07-265278189.1 KBVoiceAPI
Request Reconnection
get/v3/voice/realtime
Query parameters
tokenstring required
The latest ephemeral token obtained for the stream.
Response
Successfully obtained streaming URL and reconnection token.
Example response
{
"streaming_url": "wss://api.deepl.com/v3/voice/realtime/connect",
"token": "VGhpcyBpcyBhIGZha2UgdG9rZW4K",
"session_id": "4f911080-cfe2-41d4-8269-0e6ec15a0354"
}