Generates a signed URL for connecting to your ElevenLabs conversational AI via our proxy. The signed URL is valid for a limited time. Connections made via the signed URL send requests to the ElevenLabs API and add visemes to the audio stream.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response containing the signed websocket URL for connecting to the ElevenLabs conversational AI proxy. Use this URL to stream audio data and receive viseme predictions in real-time.
The response is of type object
.