Skip to content
Open
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
6 changes: 6 additions & 0 deletions docs/get-started/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

2 changes: 1 addition & 1 deletion docs/get-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The easiest way to try our products is via the [web portal](https://portal.speec
/>
<LinkCard
title="Speechmatics Academy"
description="To learn more or see some examples, visit the Speechmatics Academy"
description="Working examples, integrations, and templates for the Speechmatics SDK's"
icon={<GraduationCap/>}
href="https://github.com/speechmatics/speechmatics-academy"
/>
Expand Down
3 changes: 3 additions & 0 deletions docs/integrations-and-sdks/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
</Grid>

## Next steps
Go to the [Speechmatics Academy](https://github.com/speechmatics/speechmatics-academy) for working examples, integrations, and templates.
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,7 @@ A summary of a Technical Customer Support Call.
</Card>
</TabItem>
</Tabs>

## 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).
Original file line number Diff line number Diff line change
Expand Up @@ -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).
1 change: 1 addition & 0 deletions docs/speech-to-text/features/translation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
11 changes: 2 additions & 9 deletions docs/text-to-speech/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
6 changes: 6 additions & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down