---
title: "Request Reconnection"
method: GET
path: "/v3/voice/realtime"
tags: ["VoiceAPI"]
---

# Request Reconnection

`GET /v3/voice/realtime`

## Query parameters

- `token` string, required

## Response `200`

Successfully obtained streaming URL and reconnection token.

- VoiceStreamingResponse
  - `streaming_url` string, required — The WebSocket URL to use for establishing [the stream connection](/api-reference/voice/websocket-streaming).
  - `token` string, required — A unique ephemeral token for authentication with the streaming endpoint. Pass this as a query parameter when connecting to [the streaming URL](/api-reference/voice/websocket-streaming). This token is ephemeral and valid for a short time and one-time use only.
  - `session_id` string — Internal use only. A unique identifier for the requested stream.

## Other responses

- `400` — Bad request. Please check error message and your parameters.
- `401` — Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
- `403` — Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
- `429` — Too many requests. Please wait and resend your request.
- `456` — Quota exceeded. The character limit has been reached.
- `500` — Internal error.
- `503` — Resource currently unavailable. Try again later.

---

[API](https://skmtc.dev/deepl/apis/deepl-api-documentation.md) · [All operations](https://skmtc.dev/deepl/apis/deepl-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepl/deepl-api-documentation/revisions/3c422fcc9c54/schema)
