#is there an API endpoint to automate the start of a conversation with conversational AI agents ?
1 messages · Page 1 of 1 (latest)
Yes, you can start a conversation with Conversational AI agents using the WebSocket endpoint:
wss://api.elevenlabs.io/v1/convai/conversation?agent_id=<your-agent-id>
This allows you to initiate and maintain a connection throughout the duration of the call. You can dynamically interact with the agent by passing relevant data during the session. Make sure to replace <your-agent-id> with the specific ID of your agent.
I dont want to use websockets, I just want to start the widget
Based on the provided content, there is no mention of an API endpoint specifically designed to automate the start of a conversation with Conversational AI agents without using websockets. The widget initialization process typically involves embedding the widget in your codebase using HTML and JavaScript, as shown in the example provided.
If you are looking for an alternative method to start the widget without websockets, it is not explicitly supported or documented in the provided information. You may need to explore custom implementations or reach out to the ElevenLabs support team for further clarification.
how can i reach out to their support? other than in discord