GET
/
ai-assistants
curl --request GET \
  --url https://api.puretalk.ai/api/ai-assistants \
  --header 'X-API-KEY: <api-key>'
{
  "count": 123,
  "next": "<string>",
  "previous": "<string>",
  "results": [
    {
      "user": {
        "name": "<string>",
        "dp": "<string>",
        "email": "[email protected]"
      },
      "voice": {
        "id": 123,
        "voice_id": "<string>",
        "name": "<string>",
        "provider_voice_id": "<string>",
        "provider": "<string>",
        "avatar": "<string>",
        "gender": "<string>",
        "is_published": true
      },
      "llm_states": [
        "<any>"
      ],
      "phone_number": "<string>",
      "variables": [
        "<any>"
      ],
      "assistant_id": "<string>",
      "name": "<string>",
      "prompt": "<string>",
      "model": "<string>",
      "who_speaks_first": "<string>",
      "begin_message": "<string>",
      "assistant_type": "<string>",
      "avatar": "<string>",
      "custom_knowledge_base": "<string>",
      "timezone": "<string>",
      "voice_stability": 123,
      "voice_clarity_similarity": 123,
      "voice_stream_latency_optimization": 123,
      "voice_boost": true,
      "call_recording_enabled": true,
      "reminder_message_frequency": 123,
      "max_reminder_messages": 123,
      "chatbot_logo": "<string>",
      "chatbot_accent_color": "<string>",
      "chatbot_faq": "<string>",
      "tools": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

page
integer

The page number to return

limit
integer

The maximum number of results to return

Response

200
application/json
AI Assistants response
count
integer
next
string | null
previous
string | null
results
object[]