Overview
Before we begin, make sure you have an AssemblyAI account and an API key. You can sign up for an AssemblyAI account and get your API key from your dashboard. LeMUR features are currently only available to paid users at two pricing tiers, LeMUR Default and LeMUR Basic. Refer to our pricing page for more detail.Step-by-step instructions
In this guide, you’ll use AssemblyAI to transcribe a meeting recording. Then, you’ll request a list of action items from LeMUR.- Import the
assemblyaipackage and set your API key
- Use the
Transcriberobject’stranscribemethod and pass in the audio file’s path as a parameter. Thetranscribemethod will save the results of the transcription to theTranscribeobject’stranscriptattribute.
Python
- Define your LeMUR request
contextandanswer_formatparameters for the Action Items feature.
Python
- Run the
action_itemsmethod ontranscriptand print the result to your terminal.
Python