API Documentation
Integrate Advanced Compression
Scale your image infrastructure with our powerful neural processing engine. Simple, fast, and optimized for developers.
Turbo Processing
Average processing time under 400ms for high-resolution assets.
Secure Auth
Standardized API Key headers with rolling rotation support.
Endpoint Overview
POST
https://shrinkify.dev/api/v1/processParameters
fileBinaryformatsStringresize_widthIntegerquality_valueInteger implementation.sh
Response Payload
{
"status": "success",
"results": {
"webp": { "size": 45.2, "savings": 82.5, "url": "..." },
"avif": { "size": 38.1, "savings": 85.3, "url": "..." }
}
}