Supported regions
Supported regions
US & EU
Action items is in open beta. Provide us feedback if results are not as good as expected.
Quickstart
Single call in async transcription:- Python
- JavaScript
Example output
Customize your Action Items
You can control the action items output by adjusting the params.Include decisions
You can set theinclude_decisions param to true which will configure the call to include decisions made within the
text as action items.
Effort
Theeffort 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
- Python
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 casesmedium 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