diff --git a/fern/docs.yml b/fern/docs.yml index 2424faac..50bfdcae 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -2026,6 +2026,10 @@ redirects: destination: /docs/streaming/endpoints-and-data-zones - source: /docs/common-session-errors-and-closures destination: /docs/streaming/common-session-errors-and-closures + - source: /docs/streaming/common-errors + destination: /docs/streaming/common-session-errors-and-closures + - source: /docs/pre-recorded-audio/pii-redaction + destination: /docs/guardrails/pii-redaction - source: /docs/diarization-and-multichannel destination: /docs/streaming/diarization-and-multichannel - source: /docs/turn-detection diff --git a/fern/pages/concepts/account_management.mdx b/fern/pages/concepts/account_management.mdx index bc1780ed..8df814b3 100644 --- a/fern/pages/concepts/account_management.mdx +++ b/fern/pages/concepts/account_management.mdx @@ -101,7 +101,7 @@ Usage limits for streaming speech-to-text are distinct from pre-recorded audio s | Free | 5 | | Paid | 100+ | -For more details on auto-scaling, scale-down behavior, and session termination, see [Streaming STT Concurrency](/docs/faq/what-are-my-concurrency-limits#streaming-speech-to-text-limits). +For more details on auto-scaling, scale-down behavior, and session termination, see [Streaming STT Concurrency](/docs/streaming/concurrency). ### LLM Gateway usage limits diff --git a/fern/pages/speech-to-text/universal-streaming/u3-pro-message-sequence.mdx b/fern/pages/speech-to-text/universal-streaming/u3-pro-message-sequence.mdx index 8b910067..be5e0ce6 100644 --- a/fern/pages/speech-to-text/universal-streaming/u3-pro-message-sequence.mdx +++ b/fern/pages/speech-to-text/universal-streaming/u3-pro-message-sequence.mdx @@ -198,7 +198,7 @@ To end a session, the client must send a `Terminate` message. The server then re Always terminate sessions explicitly. Sessions that are not terminated remain open and continue to accrue charges until the server auto-closes them after 3 - hours (error code `3008`). See [Common errors](/docs/streaming/common-errors) + hours (error code `3008`). See [Common errors](/docs/streaming/common-session-errors-and-closures) for more details. diff --git a/fern/pages/use-cases/contact-center-best-practices.mdx b/fern/pages/use-cases/contact-center-best-practices.mdx index f17ffd13..dabb93d9 100644 --- a/fern/pages/use-cases/contact-center-best-practices.mdx +++ b/fern/pages/use-cases/contact-center-best-practices.mdx @@ -1022,7 +1022,7 @@ print(f"Sentiment: {result.get('sentiment_breakdown', {})}") - [Multichannel Streaming Guide](https://www.assemblyai.com/docs/streaming/diarization-and-multichannel) - [Speaker Identification Guide](https://www.assemblyai.com/docs/speech-understanding/speaker-identification) - [Translation Guide](https://www.assemblyai.com/docs/speech-understanding/translation) -- [PII Redaction Guide](https://www.assemblyai.com/docs/speech-to-text/pre-recorded-audio/pii-redaction) +- [PII Redaction Guide](https://www.assemblyai.com/docs/guardrails/pii-redaction) - [Getting Started Guide](https://www.assemblyai.com/docs/getting-started/transcribe-an-audio-file) - [API Playground](https://www.assemblyai.com/playground/streaming) - [Changelog](https://www.assemblyai.com/changelog)