APImcp
GuidesMedia & Images
ConsoleDocsMCP
Media & Images ⏱ 1 min read

Image to WebP Converter API — Convert Images to Modern WebP Format

Convert JPEG, PNG, and GIF images to WebP format for smaller file sizes and faster web pages. Free API.

01

What is WebP Conversion?

WebP is a modern image format developed by Google that provides superior compression compared to JPEG and PNG. WebP images are typically 25-35% smaller than equivalent JPEG images and 26% smaller than PNGs, all while maintaining visual quality. The converter takes any JPEG, PNG, or GIF image URL and returns it as a WebP image.

02

How to Use It

Call GET /api/v1/image-to-webp?url=https://example.com/image.png. Returns converted WebP image with content-type image/webp.

Try it live Test this endpoint in the interactive console
Open Console →

Frequently Asked Questions

What input formats are supported?
JPEG, PNG, and GIF images are supported as input. Output is always WebP.