Get Assistants
To get assistants using the Teloai API, you must authenticate each request with an API key. This key must be included in the headers of your HTTP request.
To get assistants using the Teloai API, you must authenticate each request with an API key. This key must be included in the headers of your HTTP request.
GET /api/assistants HTTP/1.1
Host: api.teloai.app
Accept: */*
[
{
"title": "text",
"firstMessage": "text",
"endCallMessage": "text",
"AssistantInstructions": "text",
"voiceId": "text",
"language": "text",
"dynamicVariables": [
{
"key": "text",
"value": "text"
}
],
"timezone": "text"
}
]