Python SDK
The official Devotel Python SDK provides an idiomatic Python client for the Devotel API with full type hints, async support, and automatic retries.Installation
Quick Start
Messaging
Voice
Verify
Webhooks
Error Handling
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
api_key | str | — | Your Devotel API key (required) |
base_url | str | https://orbit-api.devotel.io/api/v1 | API base URL |
timeout | float | 30.0 | Request timeout in seconds |
Requirements
- Python 3.10 or later
httpx(installed automatically)