Introduction
Welcome to the D-Caller API documentation. Our API allows you to integrate powerful voice, SMS, and WhatsApp communication capabilities directly into your applications.
Base URL
All API requests should be made to the following base URL:
https://api.devsecit.com/v1Getting Started
To start using the API, you'll need an API key. You can generate one from your Dashboard Settings.
Quick Example
Here's a simple example of how to make a request to check your account balance:
bash
curl -X GET https://api.devsecit.com/v1/balance \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Support
If you have any questions or need help with integration, please contact our implementation team at support@devsecit.com.