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 paragraphs
  • bullet_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

fileRequired

Audio or Video File, Supported file formats: mp3 , mp4 , mpeg , mpga , m4a , ogg , wav, or webm.


language

string

Defines the language for transcription output. Translates the transcript to your preferred language

Available Options
af,sq,am,ar,hy,as,az,eu,be,bn,bs,br,bg,ca,zh,hr,cs,da,nl,en,et,fi,fo,fr,gl,de,el,gu,ha,he,hi,hu,is,id,it,ja,jw,kn,kk,km,ko,lo,la,lv,ln,lt,lb,mk,mg,ms,ml,mt,mr,mi,ne,nn,fa,pl,pt,pa,ro,ru,sa,sr,sn,si,sk,sl,so,es,sw,sv,tl,tg,ta,tt,te,th,bo,tr,tk,uk,ur,uz,vi,cy,yi,yo

summarization_type

stringDefaults to auto
Defines the type of summary
Available Options
autoparagraphsbullet_points

summarization_length

stringDefaults to auto
Defines the length of output.
Available Options
autoshortmediumlong