API Documentation
Automate your workflow with our REST API. Process files, format code, and convert data programmatically.
Quick Start
1. Get Your API Key
Your API Key:
sk_test_1234567890abcdef
Free tier: 1,000 requests/month. No credit card required.
2. Make Your First Request
curl -X POST https://api.devtoolkit.com/v1/format/js \
-H "Authorization: Bearer sk_test_..." \
-H "Content-Type: application/json" \
-d '{"code": "function hello(){console.log(\"world\");}"}'
API Features
Lightning Fast
Sub-100ms response times with global CDN. Same performance as our web tools.
Secure & Private
HTTPS only, no data logging, automatic request encryption. Your code stays private.
Easy Integration
RESTful API with JSON. SDKs for Python, Node.js, and more coming soon.
Available Endpoints
POST
Available/v1/format/js
Format and beautify JavaScript code
View example →
Request:
{
"code": "function hello(){console.log('world');}",
"options": {
"indent_size": 2,
"preserve_newlines": true
}
}
Response:
{
"formatted_code": "function hello() {\n console.log('world');\n}",
"success": true
}
POST
Coming Soon/v1/convert/json-to-csv
Convert JSON data to CSV format with intelligent field mapping
More Endpoints Coming Soon
We're rapidly expanding our API coverage. All web tools will have corresponding API endpoints.
Request an EndpointPricing
Free
$0
forever
- 1,000 requests/month
- All available endpoints
- Community support
Popular
Pro
$19
per month
- 50,000 requests/month
- Priority support
- Advanced analytics
Need Help?
Our API is designed to be intuitive, but we're here if you need assistance.