Developer API
We offer a REST API for programmatic access to our tools. The API is currently in beta.
Quick Start
curl -X POST https://api.edu0.ai/v1/process \
-H 'Content-Type: multipart/form-data' \
-F '[email protected]' \
-F 'tool=compress' \
-F 'quality=medium'Rate Limits
- Free tier: 100 requests/day
- No API key required for basic usage
- Contact us for higher limits
Available Endpoints
POST /v1/process— Process a file with any toolGET /v1/tools— List available toolsGET /v1/status— Check API status