Create Call
To create call 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 create call 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.
POST /api/calls HTTP/1.1
Host: api.teloai.app
Content-Type: application/json
Accept: */*
Content-Length: 127
{
"assistantId": "your assistant id",
"phoneNumberId": "c046e20c-2343-464d-945e-d1732f5eb032",
"customer": {
"number": "+19785743206"
}
}{
"callId": "text",
"assistantId": "text",
"phoneNumberId": "text",
"customer": {
"number": "text"
},
"status": "text",
"createdAt": "2026-02-07T22:10:31.942Z"
}