Asistanları listele
curl --request GET \
--url https://app.whattalk.ai/api/user/assistants/get{
"current_page": 1,
"data": [
{
"id": 127,
"user_id": 1,
"phone_number_id": 45,
"engine_id": null,
"synthesizer_id": null,
"transcriber_id": null,
"voice_id": 8,
"instance_id": 1,
"name": "Sales Outreach Assistant",
"variables": {
"company_name": "Your Company",
"product_line": "Premium Services",
"rep_name": "Assistant"
},
"post_call_evaluation": true,
"fillers": 1,
"post_call_schema": [
{
"name": "interest_level",
"type": "string",
"description": "Customer's level of interest (high, medium, low)"
},
{
"name": "budget_qualified",
"type": "bool",
"description": "Whether the prospect has adequate budget"
},
{
"name": "follow_up_date",
"type": "string",
"description": "Preferred date for follow-up contact"
}
],
"tools": [],
"is_webhook_active": true,
"webhook_url": "https://yourcompany.com/api/webhooks/sales-calls",
"inbound_webhook_url": null,
"language": null,
"type": "outbound",
"status": "active",
"max_duration": 900,
"record": true,
"initial_message": "Hi, this is an assistant from Your Company. I hope I'm catching you at a good time. How are you doing today?",
"system_prompt": "You are a sales representative for Your Company. Be professional, friendly, and focus on qualifying leads for premium services.",
"flows_platform_id": null,
"timezone": "America/Los_Angeles",
"created_at": "2025-07-15T14:32:15.000000Z",
"updated_at": "2025-08-02T09:18:42.000000Z",
"max_silence_duration": 25,
"reengagement_interval": 45,
"deleted_at": null,
"end_call_on_voicemail": 1,
"llm_temperature": "0.35",
"voice_stability": "0.75",
"voice_similarity": "0.85",
"allow_interruptions": true,
"enable_noise_cancellation": true,
"endpoint_sensitivity": 1.8,
"speech_speed": "1.10",
"endpoint_type": "vad",
"wait_for_customer": true,
"mode": "pipeline",
"language_id": 1,
"transcriber_provider_id": null,
"synthesizer_provider_id": null,
"llm_model_id": 3,
"multimodal_model_id": null,
"ambient_sound": "office",
"uuid": "a7b3c942-5f1e-4d28-8c59-2e4f7a8b9c3d",
"send_webhook_only_on_completed": true,
"include_recording_in_webhook": true,
"interrupt_sensitivity": 1.2,
"filler_config": {
"neutral": [
"I see.",
"Understood.",
"Right.",
"Got it.",
"Okay."
],
"negative": [
"I understand.",
"Hmm.",
"I see.",
"Okay."
],
"positive": [
"Excellent!",
"That's great!",
"Wonderful!",
"Perfect!"
],
"question": [
"Let me think...",
"Good question.",
"Hmm.",
"Right."
]
},
"knowledgebase_id": 12,
"knowledgebase_mode": "hybrid",
"min_interrupt_words": 3,
"ambient_sound_volume": "0.30",
"widget_settings": {
"theme": "modern",
"color": "#2563eb",
"position": "bottom-right"
}
}
],
"first_page_url": "https://app.whattalk.ai/api/user/assistants/get?page=1",
"from": 1,
"last_page": 5,
"last_page_url": "https://app.whattalk.ai/api/user/assistants/get?page=5",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://app.whattalk.ai/api/user/assistants/get?page=1",
"label": "1",
"active": true
},
{
"url": "https://app.whattalk.ai/api/user/assistants/get?page=2",
"label": "2",
"active": false
}
],
"next_page_url": "https://app.whattalk.ai/api/user/assistants/get?page=2",
"path": "https://app.whattalk.ai/api/user/assistants/get",
"per_page": 10,
"prev_page_url": null,
"to": 10,
"total": 47
}
Asistanlar
Asistanları listele
Kimliği doğrulanmış kullanıcının tüm asistanlarını sayfalama ile listeleyin
GET
/
user
/
assistants
/
get
Asistanları listele
curl --request GET \
--url https://app.whattalk.ai/api/user/assistants/get{
"current_page": 1,
"data": [
{
"id": 127,
"user_id": 1,
"phone_number_id": 45,
"engine_id": null,
"synthesizer_id": null,
"transcriber_id": null,
"voice_id": 8,
"instance_id": 1,
"name": "Sales Outreach Assistant",
"variables": {
"company_name": "Your Company",
"product_line": "Premium Services",
"rep_name": "Assistant"
},
"post_call_evaluation": true,
"fillers": 1,
"post_call_schema": [
{
"name": "interest_level",
"type": "string",
"description": "Customer's level of interest (high, medium, low)"
},
{
"name": "budget_qualified",
"type": "bool",
"description": "Whether the prospect has adequate budget"
},
{
"name": "follow_up_date",
"type": "string",
"description": "Preferred date for follow-up contact"
}
],
"tools": [],
"is_webhook_active": true,
"webhook_url": "https://yourcompany.com/api/webhooks/sales-calls",
"inbound_webhook_url": null,
"language": null,
"type": "outbound",
"status": "active",
"max_duration": 900,
"record": true,
"initial_message": "Hi, this is an assistant from Your Company. I hope I'm catching you at a good time. How are you doing today?",
"system_prompt": "You are a sales representative for Your Company. Be professional, friendly, and focus on qualifying leads for premium services.",
"flows_platform_id": null,
"timezone": "America/Los_Angeles",
"created_at": "2025-07-15T14:32:15.000000Z",
"updated_at": "2025-08-02T09:18:42.000000Z",
"max_silence_duration": 25,
"reengagement_interval": 45,
"deleted_at": null,
"end_call_on_voicemail": 1,
"llm_temperature": "0.35",
"voice_stability": "0.75",
"voice_similarity": "0.85",
"allow_interruptions": true,
"enable_noise_cancellation": true,
"endpoint_sensitivity": 1.8,
"speech_speed": "1.10",
"endpoint_type": "vad",
"wait_for_customer": true,
"mode": "pipeline",
"language_id": 1,
"transcriber_provider_id": null,
"synthesizer_provider_id": null,
"llm_model_id": 3,
"multimodal_model_id": null,
"ambient_sound": "office",
"uuid": "a7b3c942-5f1e-4d28-8c59-2e4f7a8b9c3d",
"send_webhook_only_on_completed": true,
"include_recording_in_webhook": true,
"interrupt_sensitivity": 1.2,
"filler_config": {
"neutral": [
"I see.",
"Understood.",
"Right.",
"Got it.",
"Okay."
],
"negative": [
"I understand.",
"Hmm.",
"I see.",
"Okay."
],
"positive": [
"Excellent!",
"That's great!",
"Wonderful!",
"Perfect!"
],
"question": [
"Let me think...",
"Good question.",
"Hmm.",
"Right."
]
},
"knowledgebase_id": 12,
"knowledgebase_mode": "hybrid",
"min_interrupt_words": 3,
"ambient_sound_volume": "0.30",
"widget_settings": {
"theme": "modern",
"color": "#2563eb",
"position": "bottom-right"
}
}
],
"first_page_url": "https://app.whattalk.ai/api/user/assistants/get?page=1",
"from": 1,
"last_page": 5,
"last_page_url": "https://app.whattalk.ai/api/user/assistants/get?page=5",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://app.whattalk.ai/api/user/assistants/get?page=1",
"label": "1",
"active": true
},
{
"url": "https://app.whattalk.ai/api/user/assistants/get?page=2",
"label": "2",
"active": false
}
],
"next_page_url": "https://app.whattalk.ai/api/user/assistants/get?page=2",
"path": "https://app.whattalk.ai/api/user/assistants/get",
"per_page": 10,
"prev_page_url": null,
"to": 10,
"total": 47
}
Bu uç nokta, kimliği doğrulanmış kullanıcıya ait tüm yapay zeka asistanlarını almanıza olanak tanır.
Sorgu Parametreleri
Sayfa başına asistan sayısı (1-100, varsayılan: 10)
Sayfa numarası (varsayılan: 1)
Yanıt alanları
Göster özellikler
Göster özellikler
Asistanın benzersiz tanımlayıcısı
Bu asistanın sahibi olan kullanıcının kimliği
Asistana atanan telefon numarasının kimliği
Motor kimliği
Sentezleyici kimliği
Yazıya dökücü kimliği
Asistan tarafından kullanılan sesin kimliği
Asistanın örnek kimliği
Asistanın adı
Asistan için tanımlanan özel değişkenler
Arama sonrası değerlendirmenin etkin olup olmadığı
Dolgu sesinin etkin olup olmadığı (1 = etkin, 0 = devre dışı)
Asistanın kullanabileceği araçlar dizisi
Webhook bildirimlerinin etkin olup olmadığı
Arama sonrası bildirimler için webhook URL’si
Gelen arama bildirimleri için webhook URL’si
Dil
Asistan türü (inbound veya outbound)
Asistanın mevcut durumu (active veya inactive)
Saniye cinsinden maksimum arama süresi
Aramaların kaydedilip kaydedilmeyeceği
Asistanın söyleyeceği ilk mesaj
Asistanın davranışını tanımlayan sistem istemi
Akış platformu entegrasyonu için kimlik
Asistanın saat dilimi ayarı
Asistanın oluşturulma tarihi ve saati
Asistanın en son güncellenme tarihi ve saati
Yeniden etkileşim öncesi saniye cinsinden maksimum sessizlik süresi
Saniye cinsinden yeniden etkileşim aralığı
Geçici silme zaman damgası (silinmediyse null)
Sesli mesaj algılandığında aramanın sonlandırılıp sonlandırılmayacağı (1 = evet, 0 = hayır)
Metin olarak LLM sıcaklık ayarı
Metin olarak ses kararlılık ayarı
Metin olarak ses benzerlik ayarı
Arayan kesintilerine izin verilip verilmeyeceği
Gürültü azaltmanın etkin olup olmadığı
Uç nokta hassasiyet seviyesi
Metin olarak konuşma hızı çarpanı
Ses aktivitesi algılama türü (vad veya ai)
Müşterinin önce konuşmasının beklenip beklenmeyeceği
Motor modu (pipeline veya multimodal)
Asistan tarafından kullanılan dilin kimliği
Yazıya dökücü sağlayıcının kimliği
Sentezleyici sağlayıcının kimliği
Kullanılan LLM modelinin kimliği
Kullanılan çok modlu modelin kimliği
Ortam sesi ayarı
Asistan için benzersiz UUID
Webhook’ların yalnızca tamamlanan aramalar için gönderilip gönderilmeyeceği
Webhook yüküne kayıt URL’sinin dahil edilip edilmeyeceği
Kesinti hassasiyet seviyesi
İlişkili bilgi tabanının kimliği
Bilgi tabanı modu ayarı
Kesintiye izin verilmeden önce minimum kelime sayısı
Metin olarak ortam sesi ses düzeyi
Web widget entegrasyonu ayarları
Mevcut sayfa numarası
Sayfa başına öğe sayısı
Toplam asistan sayısı
Son sayfa numarası
{
"current_page": 1,
"data": [
{
"id": 127,
"user_id": 1,
"phone_number_id": 45,
"engine_id": null,
"synthesizer_id": null,
"transcriber_id": null,
"voice_id": 8,
"instance_id": 1,
"name": "Sales Outreach Assistant",
"variables": {
"company_name": "Your Company",
"product_line": "Premium Services",
"rep_name": "Assistant"
},
"post_call_evaluation": true,
"fillers": 1,
"post_call_schema": [
{
"name": "interest_level",
"type": "string",
"description": "Customer's level of interest (high, medium, low)"
},
{
"name": "budget_qualified",
"type": "bool",
"description": "Whether the prospect has adequate budget"
},
{
"name": "follow_up_date",
"type": "string",
"description": "Preferred date for follow-up contact"
}
],
"tools": [],
"is_webhook_active": true,
"webhook_url": "https://yourcompany.com/api/webhooks/sales-calls",
"inbound_webhook_url": null,
"language": null,
"type": "outbound",
"status": "active",
"max_duration": 900,
"record": true,
"initial_message": "Hi, this is an assistant from Your Company. I hope I'm catching you at a good time. How are you doing today?",
"system_prompt": "You are a sales representative for Your Company. Be professional, friendly, and focus on qualifying leads for premium services.",
"flows_platform_id": null,
"timezone": "America/Los_Angeles",
"created_at": "2025-07-15T14:32:15.000000Z",
"updated_at": "2025-08-02T09:18:42.000000Z",
"max_silence_duration": 25,
"reengagement_interval": 45,
"deleted_at": null,
"end_call_on_voicemail": 1,
"llm_temperature": "0.35",
"voice_stability": "0.75",
"voice_similarity": "0.85",
"allow_interruptions": true,
"enable_noise_cancellation": true,
"endpoint_sensitivity": 1.8,
"speech_speed": "1.10",
"endpoint_type": "vad",
"wait_for_customer": true,
"mode": "pipeline",
"language_id": 1,
"transcriber_provider_id": null,
"synthesizer_provider_id": null,
"llm_model_id": 3,
"multimodal_model_id": null,
"ambient_sound": "office",
"uuid": "a7b3c942-5f1e-4d28-8c59-2e4f7a8b9c3d",
"send_webhook_only_on_completed": true,
"include_recording_in_webhook": true,
"interrupt_sensitivity": 1.2,
"filler_config": {
"neutral": [
"I see.",
"Understood.",
"Right.",
"Got it.",
"Okay."
],
"negative": [
"I understand.",
"Hmm.",
"I see.",
"Okay."
],
"positive": [
"Excellent!",
"That's great!",
"Wonderful!",
"Perfect!"
],
"question": [
"Let me think...",
"Good question.",
"Hmm.",
"Right."
]
},
"knowledgebase_id": 12,
"knowledgebase_mode": "hybrid",
"min_interrupt_words": 3,
"ambient_sound_volume": "0.30",
"widget_settings": {
"theme": "modern",
"color": "#2563eb",
"position": "bottom-right"
}
}
],
"first_page_url": "https://app.whattalk.ai/api/user/assistants/get?page=1",
"from": 1,
"last_page": 5,
"last_page_url": "https://app.whattalk.ai/api/user/assistants/get?page=5",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://app.whattalk.ai/api/user/assistants/get?page=1",
"label": "1",
"active": true
},
{
"url": "https://app.whattalk.ai/api/user/assistants/get?page=2",
"label": "2",
"active": false
}
],
"next_page_url": "https://app.whattalk.ai/api/user/assistants/get?page=2",
"path": "https://app.whattalk.ai/api/user/assistants/get",
"per_page": 10,
"prev_page_url": null,
"to": 10,
"total": 47
}
⌘I

