Skip to main content
US & EU
Generate action items of your audio transcripts w/ timestamps and a quote of where the action item is from.
Action items is in open beta. Provide us feedback if results are not as good as expected.

Quickstart

Single call in async transcription:

Example output

Customize your Action Items

You can control the action items output by adjusting the params.

Include decisions

You can set the include_decisions param to true which will configure the call to include decisions made within the text as action items.

Effort

The effort param lets you determine whether to spend more processing power to get higher quality action items. Currently there are two options: low which is the default, and medium. Action items is not a high precision task, so generally the default low effort will be sufficient.

Example

When to use medium

Sometimes you have a use case where you need to make sure specific details are captured, or you have more challenging topics to extract action items form. In these cases medium effort will more intelligently parse out important details. Examples:
  • important meetings where missed details are significant
  • multi-lingual texts where it’s important to capture all languages
  • very long audio, generally 1.5h and longer