Actions

custom_api_call
Make a custom API call to a specific endpoint

deleteTranscript
Remove the data from the transcript and mark it as deleted.

getLemurResponse
Retrieve a LeMUR response that was previously generated.

getRedactedAudio
Get the result of the redacted audio model.

getSubtitles
Export the transcript as SRT or VTT subtitles.

getTranscript
Retrieves a transcript by its ID.

getTranscriptParagraphs
Retrieve the paragraphs of the transcript by its ID.

getTranscriptSentences
Retrieve the sentences of the transcript by its ID.

lemurTask
Use the LeMUR task endpoint to input your own LLM prompt.

listTranscripts
Retrieve a list of transcripts you created. Transcripts are sorted from newest to oldest. The previous URL always points to a page with older transcripts.

purgeLemurRequestData
Delete the data for a previously submitted LeMUR request. The LLM response data, as well as any context provided in the original request will be removed.

transcribe
Transcribe an audio or video file using AssemblyAI.

uploadFile
Upload a media file to AssemblyAI's servers.

wordSearch
Search through the transcript for keywords. You can search for individual words, numbers, or phrases containing up to five words or numbers.























