Audio Intelligence
Summarization
Get important information from your audio files
This feature is on Beta state.
We’re looking for feedbacks to improve this feature, share yours here.
The Summarization model generates a summary of your transcript.
You choose one of our summary type to customize the summarization based on your preference.
3 summarization types are available:
general
: A regular summary of the transcriptionconcise
: A shorter summary for quick overviewbullet_points
: Retrieve the key points in a list
If no summarization_config is provided, general
type will be used by default.
Find all this information in the API Reference (see summarization_config
).
Usage
To enable summarization simply set the "summarization"
parameter to true
request data
Result
The transcription result will contain a "summarization"
key with the output of the model:
result
You’ll find the summarization of your audio under the results
key.
Was this page helpful?