webp-convert-api is a Rust web service which comes integrated with ClamAV. The service provides an API endpoint to scan files with ClamAV.
cp .env.test .env
vim .env
APIKEY={your_api_key}
WEB_PORT=3001
cargo make -p production run
Check web service status:
GET /check
Response: Empty (200)
POST /convert
Body: image binary
Response: image/webp with webp image data
POST /resize/:width/:height
Body: image binary
Response: image/webp with webp image data
Contributions, bug reports, new features and questions are welcome! 😉 If you have any question or concern, or you want to suggest a new feature, or you want just want to improve pavao, feel free to open an issue or a PR.
Please follow our contributing guidelines
View webp-convert-api's changelog HERE
webp-convert-api is licensed under the MIT license.
You can read the entire license HERE