Summarization
Get brief summary from your audio files
ListenRobo API provides intelligent summarization capabilities to automatically condense long transcripts down to key points or paragraphs. This enables efficiently processing lengthy conversations or recordings.
You can choose one of our summarization type based on your perference.
paragraphs
: Retrive summary in paragraphsbullet_points
: Retrive summary in key points
Enable Summarization
Enabling summarization with the API is easy - simply add the summarization=true
and summarization_type=paragraphs
parameter to your requests for automated condensed results denoising text down to key takeaways.
curl \
--request POST \
--url 'https://api.listenrobo.com/v1/summarize' \
--header 'X-LISTENROBO-KEY: Token YOUR_LISTENROBO_API_KEY' \
--header 'Content-Type: application/json' \
--form file=@/path/to/file/audio.mp3 \
Request body
file
fileRequiredAudio or Video File, Supported file formats: mp3 , mp4 , mpeg , mpga , m4a , ogg , wav, or webm.
language
stringDefines the language for transcription output. Translates the transcript to your preferred language
summarization_type
stringDefaults to autosummarization_length
stringDefaults to autoOn This Page