Skip to main content

Tutorial Intro

Welcome to AakashDial API

Getting Started

Before you begin, you’ll need to register and generate your API keys.

  1. Go to AakashDial Registration and create your account.
  2. After logging in, navigate to Settings → API Keys and generate your API key.
    You’ll use this key to authenticate your API requests.

Test the API

You can test the API using any language or framework of your choice (e.g., JavaScript, Python, PHP, Java, Postman, Curl, etc.).

Example using cURL:

curl -X GET "https://api.aakashdial.com/v1/example-endpoint" \
-H "Authorization: Bearer YOUR_API_KEY"

Go To Documentation