From 78355912495b96c4f286cb42aebe3980d1a657c9 Mon Sep 17 00:00:00 2001 From: Adithya Sairamachandran Date: Sat, 13 Sep 2025 16:47:39 -0700 Subject: [PATCH 1/2] fix paths for linking --- fern/customization/custom-transcriber.mdx | 2 +- fern/customization/custom-tts.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/customization/custom-transcriber.mdx b/fern/customization/custom-transcriber.mdx index 741c6c511..771b4dfc7 100644 --- a/fern/customization/custom-transcriber.mdx +++ b/fern/customization/custom-transcriber.mdx @@ -439,7 +439,7 @@ You'll learn how to: - **Streaming support requirement:** The custom transcriber must support streaming. Vapi sends continuous audio data over the WebSocket, and your server must handle this stream in real time. - **Authentication:** - For secure transcriber endpoints, use **Custom Credentials** with `credentialId`. Create [Custom Credentials](../server-url/server-authentication) in the dashboard to manage Bearer Token, OAuth 2.0, or HMAC authentication. For backward compatibility, the legacy `secret` field is still supported and sends the value as an `x-vapi-secret` HTTP header. + For secure transcriber endpoints, use **Custom Credentials** with `credentialId`. Create [Custom Credentials](../../server-url/server-authentication) in the dashboard to manage Bearer Token, OAuth 2.0, or HMAC authentication. For backward compatibility, the legacy `secret` field is still supported and sends the value as an `x-vapi-secret` HTTP header. - **Buffering:** The solution buffers PCM audio and performs simple validation (e.g. ensuring stereo PCM data length is a multiple of 4). If the audio data is malformed, it is trimmed to a valid length. - **Channel detection:** diff --git a/fern/customization/custom-tts.mdx b/fern/customization/custom-tts.mdx index d08d2e8e8..fc7903ad0 100644 --- a/fern/customization/custom-tts.mdx +++ b/fern/customization/custom-tts.mdx @@ -75,7 +75,7 @@ Create authentication credentials in the dashboard and reference them by ID: -Create [Custom Credentials](../server-url/server-authentication) in the Vapi dashboard for better security and credential management. +Create [Custom Credentials](../../server-url/server-authentication) in the Vapi dashboard for better security and credential management. ### Legacy Authentication Methods From 2db0dd17b4a4a12f7e8c556ba418c568bef3ee10 Mon Sep 17 00:00:00 2001 From: Adithya Sairamachandran Date: Sat, 13 Sep 2025 16:59:34 -0700 Subject: [PATCH 2/2] fix more broken links --- fern/phone-numbers/inbound-sms.mdx | 2 +- fern/tools/default-tools.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/phone-numbers/inbound-sms.mdx b/fern/phone-numbers/inbound-sms.mdx index a1a75e05a..c08ff607e 100644 --- a/fern/phone-numbers/inbound-sms.mdx +++ b/fern/phone-numbers/inbound-sms.mdx @@ -69,7 +69,7 @@ Update your number to set `smsEnabled: true` if it was previously disabled. - **Twilio only**: Other telephony providers are not supported for inbound SMS at this time. - **Webhooks**: With `smsEnabled: true`, Vapi manages the Twilio Messaging webhook for you. -For full endpoint details, see the [OpenAPI reference](/api-reference/openapi). +For full endpoint details, see the [OpenAPI reference](https://api.vapi.ai/api-json). ## Next steps diff --git a/fern/tools/default-tools.mdx b/fern/tools/default-tools.mdx index a3741a768..9f6372cc4 100644 --- a/fern/tools/default-tools.mdx +++ b/fern/tools/default-tools.mdx @@ -124,7 +124,7 @@ There are three methods for sending DTMF in a phone call: Vapi's DTMF tool integrates with telephony provider APIs to send DTMF tones using the out-of-band RFC 2833 method. This approach is widely supported and more reliable for transmitting the signals, especially in VoIP environments. -Note, the tool's effectiveness depends on the IVR system's configuration and their capturing method. See our [IVR navigation guide](https://docs.vapi.ai/tools/ivr-navigation) for best practices. +Note, the tool's effectiveness depends on the IVR system's configuration and their capturing method. See our [IVR navigation guide](https://docs.vapi.ai/ivr-navigation) for best practices. #### API Request