Build powerful applications with Evable India's comprehensive suite of APIs and development tools
Download our official SDKs to accelerate your development process
Sign up for a developer account to access our APIs and services.
Once your account is verified, generate your API credentials:
Install our SDK using your preferred package manager:
composer require evable/php-sdk
npm install @evable/node-sdk
pip install evable-sdk
Here's a simple example to test your integration:
// PHP Example
require 'vendor/autoload.php';
use Evable\SDK\Client;
$client = new Client([
'api_key' => 'your_api_key',
'api_secret' => 'your_api_secret'
]);
// Get KYC verification status
$result = $client->kyc->verify([
'type' => 'aadhaar',
'number' => '1234-5678-9012'
]);
print_r($result);
Use sandbox API keys to test your integration without affecting live data
Go live with production API keys after completing integration testing
| Resource | Description | Action |
|---|---|---|
| API Reference | Complete API documentation with all endpoints | View |
| Tutorials | Step-by-step integration guides and best practices | View |
| GitHub Repository | Sample code and SDK source code | Visit |
| Developer Forum | Community support and discussions | Join |
| Changelog | API updates and version history | View |
| Support | Technical support and assistance | Contact |
Uptime
Response Time
Support
Operational
Join thousands of developers using Evable India's APIs to power their applications