URGENT-API-set transcriber requires manual “Publis...
# support
y
Hey Vapi team 👋 I’m integrating Vapi into my own platform where I create/edit assistants via the API. Everything syncs fine — I can see the assistants and their transcriber (Azure, tr-TR) on the dashboard. Problem: When I test calls from my platform, the voice uses an English accent. When I test directly from the Vapi dashboard, it speaks Turkish (as expected). If I click “Publish” in the dashboard, then test again from my platform, it finally switches to Turkish. So it looks like transcriber settings only take effect after manual publish. Question: Is there an API endpoint like POST /assistant/:id/publish to trigger the same behavior? Or any workaround to persist transcriber info (Azure tr-TR) automatically via API? Here’s an example of my payload: { "assistant": { "created_at": "2025-10-16T15:03:21.244Z", "custom_name": null, "files": [], "first_message": "Merhaba! Size nasıl yardımcı olabilirim?", "id": "83db9f6a-4bf8-4839-a0e2-279b451a29d1", "knowledge_base_id": null, "linked": false, "mapping_id": null, "model": { "messages": [ { "content": "Sen bir otel asistanısın. Misafirlere nazik ve profesyonel bir şekilde yardım et. Otel hizmetleri, rezervasyonlar, yerel öneriler ve genel sorular hakkında bilgi ver. Her zaman kibar ol ve çözüm odaklı yaklaş.", "role": "system" } ], "model": "gpt-4o-mini", "provider": "openai", "temperature": 0.3 }, "name": "gg", "system_message": null, "transcriber": { "language": "tr-TR", "provider": "azure" }, "updated_at": "2025-10-16T15:04:55.717Z", "voice": { "model": "eleven_turbo_v2_5", "provider": "11labs", "similarityBoost": 0.75, "stability": 0.5, "voiceId": "RLMBP8MzrdD3AEkPvkr1" } }, "success": true } All other assistant settings (voice, greeting, knowledge base) work fine — only the transcriber requires the manual step. Thanks a lot 🙏
c
Hi there, Thank you for your message. Our team is currently out of the office. We operate Monday through Friday, from 9:00 AM to 8:00 PM Pacific Standard Time (PST). We’ll get back to you as soon as possible during our normal business hours. If your message is urgent, please mark it accordingly or include “URGENT” in the subject line, and we’ll do our best to respond promptly. Warm regards, Vapi Customer Support Team
Hey, sorry to hear about the issue with your account. Could you please record a loom video showing the error or behavior you're experiencing? It would really help us understand the problem better. Also, please share your account email address so we can assist you further.
3 Views