Summarize any business communications at scale with Wordcab's API.
Wordcab is a summarization service that provides a simple API to summarize any audio
, text
, or JSON
file.
It also includes compatibility with famous transcripts platforms like AssemblyAI, Deepgram, Rev.ai, Otter.ai, or Sonix.ai.
You can learn more about Wordcab services and pricing on our website.
If you want to try out the API, you can signup for a free account and start using the API right away.
- Os: Linux, Mac, Windows
- Python 3.8+
You can install Wordcab Python via pip from PyPI:
$ pip install wordcab
Start using the API with any python script right away:
from wordcab import get_stats
stats = get_stats()
print(stats)
Please see the Documentation for details.
Contributions are very welcome. 🚀 To learn more, see the Contributor Guide.
Distributed under the terms of the Apache 2.0 license, Wordcab Python SDK is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.