NOTICE: This SDK is still very much work-in-progress. The interface is subject to rapid change. If you would like a stable way to access all that Deepgram has to offer, you can use the Deepgram API directly until this SDK has been stabilized.
Official Rust SDK for Deepgram's automated speech recognition APIs.
To access the API you will need a Deepgram account. Sign up for free at console.deepgram.com.
You can learn more about the full Deepgram API at developers.deepgram.com.
From within your Cargo project directory, run the following command:
sh
cargo add deepgram
You will also probably need to install tokio
:
sh
cargo add tokio --features full
Documentation and examples can be found on our Docs.rs page.
Interested in contributing? We ❤️ pull requests!
To make sure our community is safe for all, be sure to review and agree to our Code of Conduct. Then see the Contributing Guidelines for more information.
We love to hear from you so if you have questions, comments or find a bug in the project, let us know! You can either:
Check out the Developer Documentation at https://developers.deepgram.com/