Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Configuration parameters
Response
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.
Signed WebSocket URL for uploading connecting to the ElevenLabs conversational AI proxy
Example:
"wss://api.mascot.bot/v1/convresation?token=abc123"