Supported regions
Supported regions
US & EU
Summarization is in open beta. Provide us feedback if results are not as good as expected.
Quickstart
Single call in async transcription:- Python
- JavaScript
Example output
Customize your summary
You can control the summary output by adjusting the params.Bullets vs Paragrahs
You can pick between two differentsummary_type params of bullets and paragraph.
Bullets will get you short concise bullet point style chapter summaries. Meanwhile, paragraph will generally give you
longer more detailed summaries.
Effort
Theeffort param lets you determine whether to spend more processing power to get higher quality summaries.
Currently there are two options: low which is the default, and medium.
Summaries are not a data intensive task, nor do they typically need utmost accuracy. For the majority of use
cases leaving effort at low/the default will be all you need.
When to use medium
Sometimes you have a use case where you need to make sure specific details are captured, or you have more challenging topics to summarize. In these casesmedium effort will more intelligently parse out important details.
Examples:
- important meetings where missed details are significant
- multi-lingual texts where it’s important to capture all languages
- very long audio, generally 1.5h and longer