API Tester
Image Upload Test
API Documentation
Upload Endpoint
POST /upload
Headers:
X-API-Key: your_api_key
Form Data:
image: (file)
Image Processing
GET /{processing-instructions}/{image-id}.{format}
Headers:
X-API-Key: your_api_key
Examples:
/resize-800-600/abc123.jpg- Resize to 800x600/crop-10-20-300-200/abc123.jpg- Crop from (10,20) with size 300x200/rotate-90/abc123.jpg- Rotate 90 degrees/brightness-20/abc123.jpg- Increase brightness by 20/contrast-15/abc123.jpg- Increase contrast by 15/grayscale/abc123.jpg- Convert to grayscale
Result
Upload an image to test the API
Response
// Response data will appear here