46elks
46elks is a Swedish communications platform as a service (CPaaS) offering a simple HTTP REST API for sending and receiving SMS and MMS, making and receiving voice calls with programmable call actions, provisioning virtual phone numbers, and handling media and recordings. The API uses HTTP Basic authentication with an API username and password, and is billed pay-as-you-go.
APIs
46elks SMS API
Send and receive text messages worldwide. POST to /sms with from, to, and message, with support for delivery reports (whendelivered webhook), dry runs, flash SMS, and alphanumer...
46elks MMS API
Send picture messages (MMS) to mobile phones. POST to /mms with from, to, message, and image data, and GET /mms and /mms/{id} to retrieve MMS history.
46elks Voice Calls API
Make and receive programmable voice calls. POST to /calls with from, to, and voice_start driving JSON call actions (connect, play, ivr, record, hangup) delivered via webhook, pl...
46elks Phone Numbers API
Allocate, configure, and deallocate virtual phone numbers. POST to /numbers to rent a number and set sms_url / voice_start handlers, GET /numbers to list, and POST or DELETE /nu...
46elks Media API
Access media generated by the platform - GET /recordings for call recordings and GET /images for MMS image history - for archiving, transcription, and playback workflows.
46elks Verification API
Phone number verification and one-time passcodes (OTP / 2FA) built on the SMS and voice call primitives - generate a code, deliver it via POST /sms or a spoken IVR POST /calls, ...