After installation, you can quickly test your setup:
Copy
from fathom_python import models, Fathomwith Fathom( security=models.Security( api_key_auth="YOUR_API_KEY", ),) as fathom: result = fathom.list_meetings() print(result)
This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage to a specific package version: