Send a real SMS right now using your API key. See the live response from the server instantly — no coding required.
curl -X POST https://us-central1-sms-gateway-ae7e1.cloudfunctions.net/api_sms_send \ -H "X-API-Key: your_api_key_here" \ -H "Content-Type: application/json" \ -d '{ "phoneNumber": "+40712345678", "message": "Hello from SMS Gateway Master!" }'