API Documentation

Integrate EKD Digital tools directly into your applications with our RESTful API.

Fast & Reliable

High-performance API designed for production workloads with 99.9% uptime.

Secure by Default

Industry-standard authentication and encryption protect your data.

Coming Soon

Our API is currently in development. Register your interest to be notified when it launches and get early access.

Example Request

POST /api/tools/ref/convert
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY

{
  "content": "<?xml version=\"1.0\"?>...",
  "format": "xml",
  "options": {
    "includeAbstract": true,
    "escapeLatex": true
  }
}