Python SDK
Add call monitoring and analytics to your Python applications
The Python SDK is continually evolving, with new endpoints being added for notifications, events, and more. Stay tuned for updates!
Overview
The Roark Python SDK provides a streamlined way to interact with the Roark API. This guide will help you quickly set up the SDK and start analyzing call recordings in your application.
Prerequisites
Before you begin, ensure you have:
- Python 3.7 or higher - Download Python
- A Roark API Key - Generate one here
Installation
Choose your preferred package manager:
Quick Start
Import the SDK
Initialize the Client
Replace YOUR_ROARK_API_KEY
with your actual API key from Roark, or use an environment variable: bearer_token=os.environ.get("ROARK_API_BEARER_TOKEN")
Post a Call Recording
You're All Set
That’s it! You can now use the SDK to post call recordings to Roark and analyze them in real-time.