Dilr.ai
API Documentation
Get API Key

Dilr API

Build AI voice calling into your applications

Secure by Default

API keys with read/write permissions. All data encrypted in transit and at rest.

RESTful Design

Clean, predictable URLs. JSON request/response format. Standard HTTP methods.

Comprehensive

Full access to calls, leads, campaigns, analytics, and billing data.

Base URL

1https://api.dilr.ai/api/v1

Authentication

All API requests require authentication using an API key. Include your API key in the X-API-Key header.

1curl -X GET "https://api.dilr.ai/api/v1/calls" \
2 -H "X-API-Key: dilr_your_api_key_here"

API Key Permissions

API keys can have either read or write permissions:

Read

Can view all data: calls, leads, campaigns, analytics. Cannot create, update, or delete resources.

Write

Full access: read all data plus create leads, initiate calls, manage campaigns, and more.

Rate Limits

API requests are limited to 100 requests per minute per API key. If you exceed this limit, you'll receive a 429 Too Many Requests response.

Authentication

Learn how to authenticate your API requests using API keys.