API
The SMS Gateway for Android™ provides an API that allows you to send SMS messages programmatically from your own applications or services.
You can find the OpenAPI specification for our API at the following link: OpenAPI Specification. This specification includes detailed information about the available endpoints, request/response structure, and more.
Clients
We offer client libraries in various programming languages to assist with integration:
- Go: install the package via go get:
go get github.com/android-sms-gateway/client-go
; - JavaScript / TypeScript: install the package via npm:
npm install android-sms-gateway
or bun:bun add android-sms-gateway
; - PHP: install the package via composer:
composer require capcom6/android-sms-gateway
; - Python: install the package via pip:
pip install android-sms-gateway
.