diff --git a/docs/get-started/authentication.mdx b/docs/get-started/authentication.mdx index 2d046335..c2866273 100644 --- a/docs/get-started/authentication.mdx +++ b/docs/get-started/authentication.mdx @@ -161,3 +161,9 @@ curl -X GET "https://eu1.asr.api.speechmatics.com/v2/jobs/" \ | `ttl` | Yes | Integer: 60-86400. The temporary key's time to live in seconds. **Note** that for security reasons, we suggest using the shortest TTL possible. | `client_ref` | No | String. When provided, `batch` tokens will only be able to create and retrieve jobs with that reference. If it is not provided, `batch` temporary keys will be able to retrieve any job. This parameter **must** be used if the temporary keys are exposed to the end-user's client to prevent a user from accessing the data of a different user. When requesting an `rt` temporary token, `client_ref` is ignored. | `region` | No | String: `eu` (default), `usa`, or `au` (Batch Transcription only). Enterprise customers can use this to specify which region the temporary key should be enabled in. + + +## Next steps + +Try the API with this "Hello World" example in the [Speechmatics Academy](https://github.com/speechmatics/speechmatics-academy/tree/main/basics/01-hello-world). + diff --git a/docs/get-started/quickstart.mdx b/docs/get-started/quickstart.mdx index 235d1ec6..15ad5112 100644 --- a/docs/get-started/quickstart.mdx +++ b/docs/get-started/quickstart.mdx @@ -71,7 +71,7 @@ The easiest way to try our products is via the [web portal](https://portal.speec /> } href="https://github.com/speechmatics/speechmatics-academy" /> diff --git a/docs/integrations-and-sdks/index.mdx b/docs/integrations-and-sdks/index.mdx index 53ae3cb6..69685e94 100644 --- a/docs/integrations-and-sdks/index.mdx +++ b/docs/integrations-and-sdks/index.mdx @@ -107,3 +107,6 @@ Use an SDK if you want to call Speechmatics directly from your own services or a href="https://github.com/speechmatics/speechmatics-python-sdk/tree/main/sdk/tts" /> + +## Next steps +Go to the [Speechmatics Academy](https://github.com/speechmatics/speechmatics-academy) for working examples, integrations, and templates. \ No newline at end of file diff --git a/docs/speech-to-text/batch/speech-intelligence/sentiment-analysis.mdx b/docs/speech-to-text/batch/speech-intelligence/sentiment-analysis.mdx index 145a9fcd..4cbcf44c 100644 --- a/docs/speech-to-text/batch/speech-intelligence/sentiment-analysis.mdx +++ b/docs/speech-to-text/batch/speech-intelligence/sentiment-analysis.mdx @@ -154,3 +154,7 @@ If Sentiment fails, the transcription process will complete but the Sentiment wi "results": [...] } ``` + +## Next steps + +Learn how to use sentiment analysis from examples in the [Speechmatics Academy](https://github.com/speechmatics/speechmatics-academy/tree/main/basics/04-audio-intelligence). diff --git a/docs/speech-to-text/batch/speech-intelligence/summarization.mdx b/docs/speech-to-text/batch/speech-intelligence/summarization.mdx index 2ef38943..9eb2030e 100644 --- a/docs/speech-to-text/batch/speech-intelligence/summarization.mdx +++ b/docs/speech-to-text/batch/speech-intelligence/summarization.mdx @@ -220,3 +220,7 @@ A summary of a Technical Customer Support Call. + +## Next steps + +Learn how to use summarization from examples in the [Speechmatics Academy](https://github.com/speechmatics/speechmatics-academy/tree/main/basics/04-audio-intelligence). \ No newline at end of file diff --git a/docs/speech-to-text/batch/speech-intelligence/topic-detection.mdx b/docs/speech-to-text/batch/speech-intelligence/topic-detection.mdx index 1a5d6934..682df2a5 100644 --- a/docs/speech-to-text/batch/speech-intelligence/topic-detection.mdx +++ b/docs/speech-to-text/batch/speech-intelligence/topic-detection.mdx @@ -233,3 +233,7 @@ In the event that Topics fails, the transcription process will complete but the "results": [...] } ``` + +## Next steps + +Learn how to use topic detection from examples in the [Speechmatics Academy](https://github.com/speechmatics/speechmatics-academy/tree/main/basics/04-audio-intelligence). diff --git a/docs/speech-to-text/features/translation.mdx b/docs/speech-to-text/features/translation.mdx index 1c8de3d3..7ab49ef7 100644 --- a/docs/speech-to-text/features/translation.mdx +++ b/docs/speech-to-text/features/translation.mdx @@ -373,5 +373,6 @@ Be aware of these limitations: ## Next Steps +- Visit the [Speechmatics Academy](https://github.com/speechmatics/speechmatics-academy/tree/main/basics/05-translation) to learn how to use translation in your projects. - [Try the portal](https://portal.speechmatics.com/) to see how translation works with your own audio. - Use [diarization](/speech-to-text/features/diarization) to enhance your translations with speaker information. diff --git a/docs/text-to-speech/quickstart.mdx b/docs/text-to-speech/quickstart.mdx index a107fd8a..71b806fb 100644 --- a/docs/text-to-speech/quickstart.mdx +++ b/docs/text-to-speech/quickstart.mdx @@ -225,12 +225,5 @@ You can submit feedback, bug reports, or feature requests through the Speechmati ## Next steps -Ready to build something amazing with text to speech? We'd love to hear about your project and help you succeed. - -**Get in touch with us:** -- Share your feedback and feature requests -- Ask questions about implementation -- Discuss enterprise pricing and custom voices -- Report any issues or bugs you encounter - -[Contact our team](https://support.speechmatics.com) or join our developer community (https://www.reddit.com/r/Speechmatics) to connect with other builders using text to speech. +- Visit the [Speechmatics Academy](https://github.com/speechmatics/speechmatics-academy/tree/main/basics/03-text-to-speech) for examples. +- Share and discuss your project with the community on [Reddit](https://www.reddit.com/r/Speechmatics). \ No newline at end of file diff --git a/sidebars.ts b/sidebars.ts index 9a81597c..da8c3c10 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -27,6 +27,12 @@ export default { href: "https://github.com/speechmatics", label: "GitHub", }, + + { + type: "link", + href: "https://github.com/speechmatics/speechmatics-academy", + label: "Academy", + }, { type: "link", href: "https://status.speechmatics.com",