Automate SMS sending from an Android phone

Install the APK sms.lecaro.me/apk on an Android phone with Android 4.4 or more. Grant it the necessary permissions (send SMS, disable battery optimizations). You will get a 12-character code, type it in the form below.

What is this ?

This service lets you send SMS programmatically using your own phone and SIM card. You can also ask other people to give you their code, and then you'll be able to send sms messages using their phone and SIM card.

Why should I use this ?

Automatic sending

If you just want to send SMS using your phone, install the app, connect it above and then send SMS by making a POST request to the /sendSMS endpoint with the longToken, to and text fields set.

curl --header "Content-Type: application/json" --request POST \
    --data '{"to":"+33600000000","text":"hello world","longToken":"[your longToken]"}' \
    https://sms.lecaro.me/sendSMS
    

Request Parameters

Automatic connection

If you have your own web app, you can use this service to send SMS from other people's phones.

Limitations

Notes