Code examples
The API is plain HTTPS and JSON, so every language can use it with its standard HTTP client. Each page has a complete, copy-paste example that sends an SMS. Official client packages are planned.
JavaScript / TypeScript
Node.js 18+ with built-in fetch.
Python
Python 3.8+ with requests.
PHP
PHP 8 with the curl extension.
Go
Standard library net/http.
Java
Java 17+ java.net.http.
C#
.NET 8+ HttpClient.
cURL
The raw HTTP request.
Not on the list?
The API is plain JSON over HTTPS — any language works. See the reference and the cURL examples.