KolayDönüştür API (PRO)
YAKINDAPRO plan REST API + API key + 1000 req/hour. Webhook + JSON envelope.
✓ Free✓ No signup✓ KVKK Compliant✓ Turkish chars OK✓ Auto-deleted in 7 days
🚧 This feature is under development — COMING SOON
The public REST API and API key panel are not active yet. Sign up for the beta list below and we will notify you.
🚀 KolayDönüştür Public API
Programmatic access with PRO
Access all 500+ tools via JSON API. Automation, n8n, Zapier, your backend — unlimited.
Base URL
https://api.kolaydonustur.com/v1
Auth
X-Api-Key: kd_live_...
Rate Limit
1000 req/hour
Format
JSON
Live v1 endpoints (working now)
# Health check (public)
curl https://kolaydonustur.com/api/v1/health
# Tool list (public)
curl https://kolaydonustur.com/api/v1/tools
# Usage stats (Bearer key required)
curl -H "Authorization: Bearer $KD_API_KEY" \
https://kolaydonustur.com/api/v1/usage
# Query string variant
curl "https://kolaydonustur.com/api/v1/health?key=$KD_API_KEY"Example request (curl)
curl -X POST https://api.kolaydonustur.com/v1/pdf/birlestir \ -H "X-Api-Key: kd_live_YOUR_KEY" \ -F "files[][email protected]" \ -F "files[][email protected]" \ --output birlesik.pdf
Endpoint categories
- 📄 /v1/pdf/* — birleştir, böl, sıkıştır, OCR, çevir, imzala (12 endpoint)
- 🖼️ /v1/image/* — dönüştür, sıkıştır, arka plan kaldır (8 endpoint)
- 🎬 /v1/video/* — dönüştür, kes, sıkıştır (5 endpoint)
- 🎵 /v1/audio/* — dönüştür, kes, transkript (5 endpoint)
- ✨ /v1/ai/* — özet, çeviri, yazma, analiz (15 endpoint)
- 💰 /v1/finance/* — kripto, döviz, BIST, hesaplama (6 endpoint)
Rate limits (per plan)
| Plan | Hourly | Daily | Concurrent |
|---|---|---|---|
| Free | 60 | 500 | 1 |
| PRO | 1000 | 10000 | 4 |
| Business | 5000 | 100000 | 16 |
Your files are encrypted with SSL and automatically deleted from our servers 7 days after processing.
📖 How to Use
1
Upload document
Drag-drop or pick file.
2
Set options
Choose operation and parameters.
3
Process
Server runs the task.
4
Download
Get result in your format.