Generate voice agent token
Documentation Index
Fetch the complete documentation index at: https://assemblyai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your AssemblyAI API key passed as a Bearer token (e.g. Authorization: Bearer YOUR_API_KEY).
Query Parameters
Token redemption window, in seconds. The token must be used to open a WebSocket connection within this window. If the window has elapsed when the WebSocket is opened, the server returns a session.error with code unauthorized on the first frame instead of session.ready. This does NOT cap the duration of the resulting voice agent session — once the WebSocket is open the session runs for up to max_session_duration_seconds.
1 <= x <= 600300
Maximum duration of the Voice Agent session started with this token, in seconds. There is no "closing soon" warning event before the session ends, so if you need to finalize gracefully (e.g. play a wrap-up message, save state), run a client-side timer using the value you passed here.
60 <= x <= 108008640
Response
Successfully generated a temporary token.
The temporary authentication token. Pass as the token query parameter when opening the WebSocket.
"your-temporary-token"
The token redemption window in seconds — the time the client has to use this token to open a WebSocket before it expires unused. This is not the session duration; see max_session_duration_seconds for that.
300