API Documentation

Integrate our tools into your application

Fast

API responds in milliseconds

Easy to use

Clear documentation with specific examples

Secure

API key authentication and HTTPS

Getting Started

Our API allows you to integrate calculation tools into your application. Currently in development.

Authentication

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.dedevtool.com/v1/calculate

Example request

{
  "tool": "bmi-calculator",
  "params": {
    "weight": 70,
    "height": 175
  }
}

Example response

{
  "success": true,
  "data": {
    "bmi": 22.86,
    "category": "normal"
  }
}

Coming Soon

The API is under development and will be available soon. Subscribe to receive notifications when it launches.