Skip to content

API

The Android SMS Gateway 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:

  • 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.