Prerequisites
- You need to have an iOS/Android app that your users can download, OR
- Your users need to have bluetooth-enabled computers/laptops that they can use to transfer recordings over to your web app
Using the API
1
Create an APP
Create an APP in the dashboard here, which you’ll use to securely access the API.Store
Client ID and Secret Key as managed secrets as a environment variable via an .env file, or directly in your app’s configuration depending on your preference..env
2
Install Dependencies
We’ll also use the
dotenv library to load our Client ID and Secret Key from environment variables.3
Make your first request
Create a new file named
example.py, depending on your language of choice and add the following code:4
Run the code