-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathdocs.yml
More file actions
653 lines (612 loc) · 22.8 KB
/
docs.yml
File metadata and controls
653 lines (612 loc) · 22.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
# yaml-language-server: $schema=https://schema.buildwithfern.dev/docs-yml.json
instances:
- url: https://vapi.docs.buildwithfern.com
custom-domain: docs.vapi.ai
edit-this-page:
github:
owner: VapiAI
repo: docs
branch: main
announcement:
title: Vapi
favicon: static/images/favicon.ico
logo:
light: static/images/logo/logo-light.svg
dark: static/images/logo/logo-dark.svg
href: /
height: 22
colors:
accentPrimary:
light: "#62F6B5"
dark: "#62F6B5"
background:
light: "#FFFAEA"
dark: "#0E0E13"
header-background:
light: "#FFFAEA"
dark: "#0E0E13"
experimental:
mdx-components:
- snippets
landing-page:
page: Welcome
path: welcome.mdx
css: assets/styles.css
js:
- path: ./assets/close-playground.js
- path: ./assets/trieve-user-script.js
strategy: lazyOnload
navbar-links:
- type: minimal
text: Website
href: https://vapi.ai/
- type: minimal
text: Status
href: https://status.vapi.ai/
- type: outlined
text: Support
rightIcon: fa-solid fa-headset
href: /support
- type: filled
text: Dashboard
rightIcon: fa-solid fa-chevron-right
href: https://dashboard.vapi.ai/
rounded: true
footer-links:
github: https://github.com/vapiai
twitter: https://twitter.com/vapi_ai
discord: https://discord.gg/pUFNcf2WmH
website: https://vapi.ai/
linkedin: https://www.linkedin.com/company/vapi-ai
tabs:
api-reference:
slug: api-reference
icon: terminal
display-name: API Reference
documentation:
display-name: Documentation
icon: book
slug: documentation
changelog:
display-name: Changelog
slug: changelog
changelog: ./changelog
icon: history
layout:
tabs-placement: header
searchbar-placement: header
header-height: 80px
analytics:
posthog:
api-key: ${POSTHOG_PROJECT_API_KEY}
endpoint: https://us.i.posthog.com
navigation:
- tab: documentation
layout:
- section: Getting Started
collapsed: true
contents:
- section: Quickstart
path: introduction.mdx
contents:
- page: Dashboard Quickstart
path: quickstart/dashboard.mdx
- page: Inbound Call Quickstart
path: quickstart/inbound.mdx
- page: Outbound Call Quickstart
path: quickstart/outbound.mdx
- page: Web Call Quickstart
path: quickstart/web.mdx
- section: How Vapi Works
contents:
- page: Core Models
path: quickstart.mdx
- page: Orchestration Models
path: how-vapi-works.mdx
- section: Use Cases
contents:
- page: Outbound Sales
path: examples/outbound-sales.mdx
- page: Inbound Support
path: examples/inbound-support.mdx
- page: Pizza Website
path: examples/pizza-website.mdx
- page: Python Outbound Snippet
path: examples/outbound-call-python.mdx
- section: Build
contents:
- section: Assistants
path: assistants.mdx
contents:
- page: Voice AI Prompting Guide
path: prompting-guide.mdx
- page: Persistent Assistants
path: assistants/persistent-assistants.mdx
- page: Dynamic Variables
path: assistants/dynamic-variables.mdx
- page: Call Analysis
path: assistants/call-analysis.mdx
- page: Assistant Hooks
path: assistants/assistant-hooks.mdx
- page: Background Messages
path: assistants/background-messages.mdx
- page: Voice Formatting Plan
path: assistants/voice-formatting-plan.mdx
- page: Multilingual Support
path: customization/multilingual.mdx
- page: Speech Configuration
path: customization/speech-configuration.mdx
- page: Voice Fallback Plan
path: voice-fallback-plan.mdx
- page: OpenAI Realtime Speech-to-Speech
path: openai-realtime.mdx
- page: Provider Keys
path: customization/provider-keys.mdx
- section: Custom LLM
contents:
- page: Fine-tuned OpenAI models
path: customization/custom-llm/fine-tuned-openai-models.mdx
- page: Custom LLM
path: customization/custom-llm/using-your-server.mdx
- page: Custom LLM Tool Calling Integration
path: customization/custom-llm/tool-calling-integration.mdx
- section: Custom Voices
contents:
- page: Introduction
path: customization/custom-voices/custom-voice.mdx
- page: Elevenlabs
path: customization/custom-voices/elevenlabs.mdx
- page: PlayHT
path: customization/custom-voices/playht.mdx
- page: Tavus
path: customization/custom-voices/tavus.mdx
- page: Custom Keywords
path: customization/custom-keywords.mdx
- page: Custom Transcriber
path: customization/custom-transcriber.mdx
- section: Phone Numbers
contents:
- page: Free Telephony
path: phone-numbers/free-telephony.mdx
- page: SIP Telephony Guide
path: advanced/sip/sip.mdx
- page: SIP Trunking Guide
path: advanced/sip/sip-trunk.mdx
- page: Telnyx Integration
path: advanced/sip/sip-telnyx.mdx
- page: Zadarma Integration
path: advanced/sip/sip-zadarma.mdx
- section: Tools
path: tools/introduction.mdx
contents:
- page: Default Tools
path: tools/default-tools.mdx
- page: Custom Tools
path: tools/custom-tools.mdx
- page: Make & GHL Tools
path: GHL.mdx
- section: Knowledge Base
path: knowledge-base/knowledge-base.mdx
contents:
- page: Using the Query Tool
path: knowledge-base/using-query-tool.mdx
- page: Integrating with Trieve
path: knowledge-base/integrating-with-trieve.mdx
- section: Workflows
path: workflows.mdx
contents:
- section: Nodes
contents:
- page: Say
path: workflows/nodes/say.mdx
- page: Gather
path: workflows/nodes/gather.mdx
- page: API Request
path: workflows/nodes/api-request.mdx
- page: Transfer
path: workflows/nodes/transfer.mdx
- page: Hangup
path: workflows/nodes/hangup.mdx
- section: Edges
contents:
- page: Logical Conditions
path: workflows/edges/logical-conditions.mdx
- section: Squads
path: squads.mdx
contents:
- page: Example
path: squads-example.mdx
- page: Silent Transfers
path: squads/silent-transfers.mdx
- section: Integrations
contents:
- section: Voices (Text-to-Speech)
contents:
- page: ElevenLabs
path: providers/voice/elevenlabs.mdx
- page: PlayHT
path: providers/voice/playht.mdx
- page: Azure
path: providers/voice/azure.mdx
- page: OpenAI
path: providers/voice/openai.mdx
- page: Neets
path: providers/voice/neets.mdx
- page: Cartesia
path: providers/voice/cartesia.mdx
- page: LMNT
path: providers/voice/imnt.mdx
- page: RimeAI
path: providers/voice/rimeai.mdx
- page: Deepgram
path: providers/voice/deepgram.mdx
- section: Video Models
contents:
- page: Tavus
path: providers/video/tavus.mdx
- section: Large Language Models
contents:
- page: OpenAI
path: providers/model/openai.mdx
- page: Gemini
path: providers/model/gemini.mdx
- page: Groq
path: providers/model/groq.mdx
- page: DeepInfra
path: providers/model/deepinfra.mdx
- page: Perplexity
path: providers/model/perplexity.mdx
- page: TogetherAI
path: providers/model/togetherai.mdx
- page: OpenRouter
path: providers/model/openrouter.mdx
- section: Transcribers (Speech-to-Text)
contents:
- page: Deepgram
path: providers/transcriber/deepgram.mdx
- page: Gladia
path: providers/transcriber/gladia.mdx
- page: Talkscriber
path: providers/transcriber/talkscriber.mdx
- page: Assembly AI
path: providers/transcriber/assembly-ai.mdx
- section: Cloud
contents:
- page: AWS S3
path: providers/cloud/s3.mdx
- page: GCP Cloud Storage
path: providers/cloud/gcp.mdx
- page: Cloudflare R2
path: providers/cloud/cloudflare.mdx
- page: Supabase
path: providers/cloud/supabase.mdx
- section: Observability
contents:
- page: Langfuse
path: providers/observability/langfuse.mdx
- page: Voiceflow
path: providers/voiceflow.mdx
- page: ChatDash
path: providers/chat-dash.mdx
- section: Test
collapsed: true
contents:
- page: Test Suites
path: test/test-suites.mdx
- section: Deploy
collapsed: true
contents:
- section: Calls
path: phone-calling.mdx
contents:
- page: Call Forwarding
path: call-forwarding.mdx
- page: Dynamic Call Transfers
path: calls/call-dynamic-transfers.mdx
- page: Ended Reason
path: calls/call-ended-reason.mdx
- page: Live Call Control
path: calls/call-features.mdx
- page: On-Hold Specialist Transfer
path: calls/call-handling-with-vapi-and-twilio.mdx
- page: Voicemail Detection
path: calls/voicemail-detection.mdx
- section: SDKs
path: sdks.mdx
contents:
- section: Client SDKs
contents:
- page: Web SDK
path: sdk/web.mdx
- page: Web Snippet
path: examples/voice-widget.mdx
- page: JWT Authentication
path: customization/jwt-authentication.mdx
- page: Server SDKs
path: server-sdks.mdx
- page: Code Resources
path: resources.mdx
- section: Webhooks
path: server-url.mdx
contents:
- page: Setting Server URLs
path: server-url/setting-server-urls.mdx
- page: Server Events
path: server-url/events.mdx
- page: Developing Locally
path: server-url/developing-locally.mdx
- section: Community
collapsed: true
contents:
- section: Videos
contents:
- page: Appointment Scheduling
path: community/appointment-scheduling.mdx
- page: Comparisons
path: community/comparisons.mdx
- page: Conferences
path: community/conferences.mdx
- page: Demos
path: community/demos.mdx
- page: GoHighLevel
path: community/ghl.mdx
- page: Guide
path: community/guide.mdx
- page: Inbound
path: community/inbound.mdx
- page: Knowledgebase
path: community/knowledgebase.mdx
- page: Outbound
path: community/outbound.mdx
- page: Podcast
path: community/podcast.mdx
- page: Snippets & SDKs Tutorials
path: community/snippets-sdks-tutorials.mdx
- page: Special Mentions
path: community/special-mentions.mdx
- page: Squads
path: community/squads.mdx
- page: Television
path: community/television.mdx
- page: Usecase
path: community/usecase.mdx
- page: Expert Directory
path: community/expert-directory.mdx
- link: Discord
href: https://discord.com/invite/pUFNcf2WmH
- section: Support & Billing
collapsed: true
contents:
- page: Support
path: support.mdx
- section: Billing
contents:
- page: Billing Overview
path: pricing.mdx
- page: Cost Routing
path: billing/cost-routing.mdx
- page: Billing FAQ
path: billing/billing-faq.mdx
- page: Billing Limits
path: billing/billing-limits.mdx
- page: Estimating Costs
path: billing/estimating-costs.mdx
- page: Billing Examples
path: billing/examples.mdx
- section: Enterprise
contents:
- page: Vapi Enterprise
path: enterprise/plans.mdx
- page: On-Prem Deployments
path: enterprise/onprem.mdx
- page: HIPAA Compliance
path: security-and-privacy/hipaa.mdx
- page: PCI Compliance
path: security-and-privacy/PCI.mdx
- link: SOC-2 Compliance
href: https://security.vapi.ai/
- page: Glossary
path: glossary.mdx
- page: FAQ
path: faq.mdx
- link: Status Page
href: https://status.vapi.ai/
- section: Legal
collapsed: true
contents:
- page: TCPA Consent Guidelines
path: tcpa-consent.mdx
- link: Privacy Policy
href: https://vapi.ai/privacy
- link: Terms of Service
href: https://vapi.ai/terms-of-service
- tab: api-reference
layout:
- api: API Reference
api-name: api
flattened: true
skip-slug: true
paginated: true
snippets:
typescript: "@vapi/server-sdk"
python: vapi_server_sdk
go: https://github.com/VapiAI/server-sdk-go
- api: Webhooks
api-name: webhooks
paginated: true
- section: ""
contents:
- link: Swagger
href: https://api.vapi.ai/api
- link: OpenAPI
href: https://api.vapi.ai/api-json
- tab: changelog
redirects:
- source: /developer-documentation
destination: /introduction
- source: /documentation/general/changelog
destination: /changelog
- source: /api-reference/assistants/create-assistant
destination: /api-reference/assistants/create
- source: /api-reference/assistants/get-assistant
destination: /api-reference/assistants/get
- source: /api-reference/assistants/list-assistants
destination: /api-reference/assistants/list
- source: /api-reference/assistants/update-assistant
destination: /api-reference/assistants/update
- source: /api-reference/assistants/delete-assistant
destination: /api-reference/assistants/delete
- source: /api-reference/calls/create-call
destination: /api-reference/calls/create
- source: /api-reference/calls/create-phone-call
destination: /api-reference/calls/create
- source: /api-reference/calls/get-call
destination: /api-reference/calls/get
- source: /api-reference/calls/list-calls
destination: /api-reference/calls/list
- source: /api-reference/calls/update-call
destination: /api-reference/calls/update
- source: /api-reference/calls/delete-call-data
destination: /api-reference/calls/delete
- source: /api-reference/phone-numbers/create-phone-number
destination: /api-reference/phone-numbers/create
- source: /api-reference/phone-numbers/get-phone-number
destination: /api-reference/phone-numbers/get
- source: /api-reference/phone-numbers/list-phone-numbers
destination: /api-reference/phone-numbers/list
- source: /api-reference/phone-numbers/update-phone-number
destination: /api-reference/phone-numbers/update
- source: /api-reference/phone-numbers/delete-phone-number
destination: /api-reference/phone-numbers/delete
- source: /api-reference/files/upload-file
destination: /api-reference/files/upload
- source: /api-reference/files/get-file
destination: /api-reference/files/get
- source: /api-reference/files/list-files
destination: /api-reference/files/list
- source: /api-reference/files/update-file
destination: /api-reference/files/update
- source: /api-reference/files/delete-file
destination: /api-reference/files/delete
- source: /api-reference/squads/create-squad
destination: /api-reference/squads/create
- source: /api-reference/squads/get-squad
destination: /api-reference/squads/get
- source: /api-reference/squads/list-squads
destination: /api-reference/squads/list
- source: /api-reference/squads/update-squad
destination: /api-reference/squads/update
- source: /api-reference/squads/delete-squad
destination: /api-reference/squads/delete
- source: /api-reference/tools/create-tool
destination: /api-reference/tools/create
- source: /api-reference/tools/get-tool
destination: /api-reference/tools/get
- source: /api-reference/tools/list-tools
destination: /api-reference/tools/list
- source: /api-reference/tools/update-tool
destination: /api-reference/tools/update
- source: /api-reference/tools/delete-tool
destination: /api-reference/tools/delete
- source: /api-reference/analytics/create-analytics-queries
destination: /api-reference/analytics/get
- source: /api-reference/messages/server-message
destination: /api-reference/webhooks/server-message
- source: /api-reference/messages/server-message-response
destination: /api-reference/webhooks/server-message
- source: /api-reference/messages/client-message
destination: /api-reference/webhooks/client-message
- source: /api-reference/messages/client-inbound-message
destination: /api-reference/webhooks/client-message
- source: "/api-reference/phone-numbers/import-twilio-number"
destination: "/api-reference/phone-numbers/create-phone-number"
- source: "api-reference/calls/create-call"
destination: "https://api.vapi.ai/api#/Calls/CallController_create"
- source: "/getting_started"
destination: "/quickstart/dashboard"
- source: "/dashboard"
destination: "/quickstart/dashboard"
- source: "/provider_keys"
destination: "/assistants/provider-keys"
- source: "/provider-keys"
destination: "/assistants/provider-keys"
- source: "/custom_llm"
destination: "/assistants/custom-llm"
- source: "/custom-llm"
destination: "/assistants/custom-llm"
- source: "/custom_voice"
destination: "/assistants/custom-voice"
- source: "/custom-voice"
destination: "/assistants/custom-voice"
- source: "/function_calling"
destination: "/assistants/function-calling"
- source: "/function-calling"
destination: "/assistants/function-calling"
- source: "/persistent_assistants"
destination: "/assistants/persistent-assistants"
- source: "/persistent-assistants"
destination: "/assistants/persistent-assistants"
- source: "/dynamic_variables"
destination: "/assistants/dynamic-variables"
- source: "/dynamic-variables"
destination: "/assistants/dynamic-variables"
- source: "/call_analysis"
destination: "/assistants/call-analysis"
- source: "/call-analysis"
destination: "/assistants/call-analysis"
- source: "/text_message"
destination: "/assistants/background-messages"
- source: "/text-message"
destination: "/assistants/background-messages"
- source: "/privacy_hipaa"
destination: "/enterprise/hipaa"
- source: "/server_url"
destination: "/server-url"
- source: "/phone_calling"
destination: "/phone-calling"
- source: "/multilingual_support"
destination: "/multilingual"
- source: "/multilingual/introduction"
destination: "/multilingual"
- source: "/outbound_sales"
destination: "/examples/outbound-sales"
- source: "/technical_support"
destination: "/examples/inbound-support"
- source: "/pizza_website"
destination: "/examples/pizza-website"
- source: "/outbound_call_python"
destination: "/examples/outbound-call-python"
- source: "/voice_widget"
destination: "/voice-widget"
- source: "/clients"
destination: "/sdks"
- source: "/error_message_guide"
destination: "/calls/call-ended-reason"
- source: "/privacy"
destination: "/privacy-policy"
- source: "/call_forwarding"
destination: "/call-forwarding"
- source: "/prompting_guide"
destination: "/prompting-guide"
- source: "/community/videos"
destination: "/community/appointment-scheduling"
- source: "/enterprise"
destination: "/enterprise/plans"
- source: "/tools-calling"
destination: "/assistants/custom-tools"
- source: "/knowledgebase"
destination: "/knowledge-base"
- source: "/customization/bring-your-own-vectors/trieve"
destination: "/knowledge-base/integrating-with-trieve"
- source: "/quickstart/billing"
destination: "/billing/billing-faq"
- source: /assistants/default-tools
destination: /tools/default-tools
- source: /assistants/function-calling
destination: /tools/default-tools
- source: /assistants/custom-tools
destination: /tools/custom-tools
- source: /GHL
destination: /tools/GHL
- source: /phone-calling/voice-mail-detection
destination: /phone-calling/voicemail-detection