The model identifies significant words and phrases in your transcript and lets you to extract the most important concepts or highlights from your audio or video file.
auto_highlights
parameter in your request, and then use the auto_highlights_result
property in the response.
upload_url
returned by the AssemblyAI API to create a JSON payload containing the audio_url
parameter and the auto_highlights
parameter set to True
.
POST
request to the AssemblyAI API endpoint with the payload and headers.
completed
, you can retrieve the transcript from the API response, as well as the auto highlight results.
auto_highlights_result
key in the response contains a list of all the highlights found in the transcription text. For each entry, the results include the text of the phrase or word detected (text
), how many times it occurred in the text (count
), its relevancy score (rank
), and a list of all the timestamps (timestamps
), in milliseconds, in the audio where the phrase or word is spoken.