DevTools.at
REST API v1

API Documentation

Integrate DevTools.at into your applications. Free, no authentication required.

Fast responses
No auth required
JSON responses
https://devtools.at(Base URL)
27
Endpoints
1
GET
26
POST
100
Rate Limits

Quick Start

cURL Example

curl -X POST https://devtools.at/api/v1/base64 \
  -H "Content-Type: application/json" \
  -d '{"input": "Hello World", "action": "encode"}'

Response

{
  "success": true,
  "data": {
    "result": "SGVsbG8gV29ybGQ=",
    "action": "encode"
  },
  "meta": {
    "processingTime": 1
  }
}