Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fern/customization/custom-transcriber.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down
2 changes: 1 addition & 1 deletion fern/customization/custom-tts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Create authentication credentials in the dashboard and reference them by ID:
</CodeBlocks>

<Note>
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.
</Note>

### Legacy Authentication Methods
Expand Down
2 changes: 1 addition & 1 deletion fern/phone-numbers/inbound-sms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion fern/tools/default-tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ There are three methods for sending DTMF in a phone call:

<Note>
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.
</Note>

#### API Request
Expand Down
Loading