diff --git a/docs/streamingapi/introduction.md b/docs/streamingapi/introduction.md index e26737ff..8fa33989 100644 --- a/docs/streamingapi/introduction.md +++ b/docs/streamingapi/introduction.md @@ -35,7 +35,7 @@ Here is a list of code snippets to help you get started on your journey with the - [Start and Stop Streaming API Connection](/docs/streamingapi/code-snippets/start-and-stop-connection) - [Receive Live Captioning](/docs/streamingapi/code-snippets/receive-live-captioning) - [Receive Live Topics](/docs/streamingapi/code-snippets/receive-live-topics) -- [Receive Live AI Insights](/docs/streamingapi/code-snippets/receive-ai-insights) +- [Receive Live AI Insights](/docs/streamingapi/code-snippets/receive-live-insights/) - [Receive Speech to Text for a different language in a conversation](/docs/streamingapi/code-snippets/receive-speech-to-text-for-different-languages) diff --git a/docs/streamingapi/reference/reference.md b/docs/streamingapi/reference/reference.md index 7759303e..eb53506b 100644 --- a/docs/streamingapi/reference/reference.md +++ b/docs/streamingapi/reference/reference.md @@ -16,7 +16,6 @@ Symbl's Streaming API is based on the WebSocket protocol and can be used for rea Currently, Streaming API is supported in English only. However, the support for Spanish is available as a part of [Symbl Labs](/docs/labs/). ::: -## Request Parameters ### Authentication @@ -24,12 +23,14 @@ Before using this API, you must generate your authentication token (`AUTH_TOKEN` ### Endpoint -`wss://api.symbl.ai/v1/streaming/{CONVERSATION_ID}?access_token=ACCESS_TOKEN` +`wss://api.symbl.ai/v1/streaming/{CONNECTION_ID}?access_token=ACCESS_TOKEN` :::note Backward Compatibility The previous endpoint `wss://api.symbl.ai/v1/realtime/insights/` is now updated to `wss://api.symbl.ai/v1/streaming/` to standardize our API nomenclature. This change is backward compatible. However, we recommend you to use the new endpoint. ::: +### Request Parameters + #### Main Message Body Field | Required | Supported Value | Description