Assistants
Get Assistants
Returns all assistants from the system that the user has access to
GET
/
user
/
listAssistant
curl --request GET \
--url https://api.precallai.com/api/v1/user/listAssistant \
--header 'x-api-key: <api-key>'
[
{
"type": "<string>",
"name": "<string>",
"company_name": "<string>",
"gender": "<string>",
"accent": "<string>",
"actions": [
"<any>"
],
"goal": "<string>",
"start_speech": "<string>",
"voice_id": "<string>",
"voice_name": "<string>",
"voice_note": "<string>",
"zapier_hook": "<string>",
"script": "<string>",
"knowledge_base_Id": "<string>",
"maximum_time_per_call": 123,
"is_recording": true,
"is_voice_note": true
}
]
Authorizations
Response
200
application/json
Assistant response
The response is of type object[]
.
curl --request GET \
--url https://api.precallai.com/api/v1/user/listAssistant \
--header 'x-api-key: <api-key>'
[
{
"type": "<string>",
"name": "<string>",
"company_name": "<string>",
"gender": "<string>",
"accent": "<string>",
"actions": [
"<any>"
],
"goal": "<string>",
"start_speech": "<string>",
"voice_id": "<string>",
"voice_name": "<string>",
"voice_note": "<string>",
"zapier_hook": "<string>",
"script": "<string>",
"knowledge_base_Id": "<string>",
"maximum_time_per_call": 123,
"is_recording": true,
"is_voice_note": true
}
]
Assistant
Responses are generated using AI and may contain mistakes.