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.5.tar.gz
(8.7 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.5.tar.gz.
File metadata
- Download URL: betatelsdk-0.0.5.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ed821754207280d7452277babde01a1728f80ed842946ad0f296653cbed7f46
|
|
| MD5 |
a4f379e7465dc6f0181f464b2be8dba5
|
|
| BLAKE2b-256 |
82d73554ee3e42cfb6bfc8009abcb0eb1b87d0474dc6c6b73fac2457e41e153e
|
File details
Details for the file betatelsdk-0.0.5-py3-none-any.whl.
File metadata
- Download URL: betatelsdk-0.0.5-py3-none-any.whl
- Upload date:
- Size: 11.2 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 |
5599f165785414f2b1dd6cd8e70deaac02fe593c59f3347b9c71fd71cfaf838d
|
|
| MD5 |
801af9ed90b4896821b27197a92c88b1
|
|
| BLAKE2b-256 |
aa13fa92bdbe9ee648f9f8f2baf3becaa8f7c82ce6b261cd53a27fc617a1e5ba
|