GSM Modem turns your smartphone into a GSM modem that exposes an HTTP API. Your applications can send and receive SMS by calling the API on the device where the app is installed. This is useful for automation, monitoring, two-factor authentication, and any software that needs to use a phone's modem.
http://<device-ip>:port) from your backend or script.Typical operations supported by the GSM Modem API include:
POST /api/send-sms with JSON body (phone, message) and HTTP Basic auth.POST to your URL with JSON body (phoneNumber, message). You can optionally set callback username/password in Settings for HTTP Basic auth.GET / returns the in-app web interface.Exact paths and formats may vary by app version. See the in-app User Guide or the Coding examples for sample requests in multiple languages.
For full API reference, authentication, and advanced options, check the documentation inside the GSM Modem app or contact us at info@gsmmodem.app.