Installation
Install the SDK via Poetry or pip:Initialize Client
Create a client instance with your API key and project ID:All datetime objects returned by the SDK are in UTC timezone.
Parameters
Your RecallrAI API key. Must start with
rai_.Your project UUID from the RecallrAI dashboard.
Custom API endpoint. Default:
https://api.recallrai.comRequest timeout in seconds. Default:
60Async Support
The SDK provides full async/await support for all operations. UseAsyncRecallrAI, AsyncUser, and AsyncSession for async applications: