An SDK for Betatel services
Project description
Betatel SDK
Official Python SDK for Betatel telecommunications services.
Installation
pip install betatelsdk
Features
- SMS: Send and manage SMS messages
- Voice: Text-to-speech and voice services
- Call: Voice call management and control
- Carrier: Carrier information and routing
- Network: Network status and connectivity
- Billing: Usage tracking and billing management
Quick Start
from betatelsdk import BetatelSDK
sdk = BetatelSDK(
api_key='your_api_key_here',
user_id='your_user_id_here'
)
# Send SMS
sdk.sms.send(
from_='ExampleSender',
to='ExampleRecipient',
message='Hello from Betatel!'
)
# Make voice call
sdk.voice.text_to_speech(
text='Hello world',
voice='en-US'
)
Documentation
For detailed API documentation and examples, visit api.betatel.com/docs/category/api-documentation
Support
For support and questions, contact us at support@betatel.com
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
betatelsdk-0.0.8.tar.gz
(8.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file betatelsdk-0.0.8.tar.gz.
File metadata
- Download URL: betatelsdk-0.0.8.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd15ae361550566fa1adf9da55b78c251e91f4086db15a888eaaa0d9e6dd0455
|
|
| MD5 |
ee6351ae93d6c56f1c67a42dce046ff7
|
|
| BLAKE2b-256 |
829a4119e82606abd93ce037305b9faf4f7d81b97fda31be9dee1fb9b6a34b10
|
File details
Details for the file betatelsdk-0.0.8-py3-none-any.whl.
File metadata
- Download URL: betatelsdk-0.0.8-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b750cb984bca9450d43643dd7be7c15f03d5797c6cb4e3c4eb8c68ac1e3809c6
|
|
| MD5 |
eceac503af3c72434e317ee89181090f
|
|
| BLAKE2b-256 |
1be398d6c51fbd85951713213aabad17d532210de400eb9278fabbb366bd50b0
|