delete https://apis.elai.io/api/v1/streams/render/
Use this API to make the avatar stop speaking and return to idle mode.
Log in to see full request history
Latency
Please note this API might have some latency around 1-2 seconds.
Responses
Use this API to make the avatar stop speaking and return to idle mode.
Latency
Please note this API might have some latency around 1-2 seconds.
xxxxxxxxxx
const text = "Welcome to Elai real-time API"
await fetch("", {
method: "POST",
headers: {
Authorization: `Bearer ${SECRET_KEY}`,
"Content-Type": "application/json",
},
body: JSON.stringify({ text })
})
Try It!
to start a request and see the response here! Or choose an example: