Responses
-
Successfully obtained streaming URL and reconnection token.
-
Bad request. Please check error message and your parameters.
-
Authorization failed. Please supply a valid
DeepL-Auth-Keyvia theAuthorizationheader. -
Authorization failed. Please supply a valid
DeepL-Auth-Keyvia theAuthorizationheader. -
Too many requests. Please wait and resend your request.
-
Quota exceeded. The character limit has been reached.
-
Internal error.
-
Resource currently unavailable. Try again later.
GET
/v3/voice/realtime
curl \
--request GET 'https://api.deepl.com/v3/voice/realtime?token=VGhpcyBpcyBhIGZha2UgdG9rZW4K' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"streaming_url": "wss://api.deepl.com/v3/voice/realtime/connect",
"token": "VGhpcyBpcyBhIGZha2UgdG9rZW4K",
"session_id": "4f911080-cfe2-41d4-8269-0e6ec15a0354"
}