#Example of signed url
1 messages · Page 1 of 1 (latest)
Yes, in general best is to use our JS sdk and pass the url you generate from that endpoint, check this: https://elevenlabs.io/docs/conversational-ai/guides/quickstarts/next-js#optional-authenticate-the-agents-with-a-signed-url
ElevenLabs Documentation
Learn how to create a web application that enables voice conversations with ElevenLabs AI agents
another question - is there any example on how to DECODE audio_base_64 properly?
{
"audio_event": {
"audio_base_64": "AAANAA8A...",
"event_id": 1
},
"type": "audio"
},
{
"audio_event": {
"audio_base_64": "rAIdBPsE...",
"event_id": 1
},
"type": "audio"
},
{
"agent_response_event": {
"agent_response": "Hi, I'm Eric. How can I help you today?"
},
"type": "agent_response"
}