Introduction
Sleengshort Voice API allows you to integrate voice calling capabilities into your application or website effortlessly. All requests are HTTP (GET or POST), and in some cases may include a simple JSON
Base URL
https://app.sleengshort.com/api/voice/otp
app.sleengshort.com
Authorization
To get started, create an account on sleengshort.com, on the left panel go to Settings --> API Keys --> Add New Key and provide the name of the API key and a callback URL and IP Address, and specify the route/bind as VOICE OTP. To find more about the Callback URL, see reporting sections below.
An API key will be generated for your application by the process described above.t
To authenticate API request origination from your application pass the header X-API-Key into the header of every request.
--header 'X-Api-Key: APPKEY_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
Last updated