{"library":"smsapi-client","title":"SmsAPI Python Client","type":"library","description":"Official Python client library for the SmsAPI platform, enabling sending SMS, MMS, VMS, and managing phone numbers, contacts, and SMS templates. The current version is 2.9.6, with regular updates following the release cadence of the underlying API.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install smsapi-client"],"cli":null},"imports":["from smsapi.client import SmsApi"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":"https://www.smsapi.com","github":"https://github.com/smsapi/smsapi-python-client","docs":null,"changelog":null,"pypi":"https://pypi.org/project/smsapi-client/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from smsapi.client import SmsApi\n\nclient = SmsApi(username=os.environ.get('SMSAPI_USERNAME', ''),\n                password=os.environ.get('SMSAPI_PASSWORD', ''))\n\nresult = client.sms.send(to='48123456789', message='Hello from SmsAPI!')\nprint(result)","lang":"python","description":"Initialize the client with your credentials and send a simple SMS. Both can be passed as arguments or set via environment variables.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}