---
title: Convert JPEG to WebP API
slug: convert-jpeg-to-webp
url: https://apyhub.com/apyhub/service/convert-jpeg-to-webp
provider: ApyHub
tags: [jpeg-to-webp, image-conversion, webp, jpeg, jpg, file-conversion]
auth: api_key
---

# Convert JPEG to WebP API

What it does JPEG to WebP Converter turns a JPEG or JPG image into a WebP file. Send either a public image URL or a binary image upload, and choose whether you want the result returned as a downloadable file or as a signed URL in the response. Use the URL-based endpoints when the source image alrea…

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/convert/image/jpeg/webp/url` | What it does Converts a publicly accessible JPEG image URL into a WebP image and returns the result… | 30 |
| POST | `/convert/image/jpeg/webp/file` | What it does Converts an uploaded JPEG/JPG image to WebP and returns the resulting file as a binary… | 30 |
| POST | `/multi-part/link` | What it does Converts a JPEG/JPG image provided in the request body into WebP format using a multip… | 30 |
| POST | `/url/download` | What it does Converts a JPEG image available at a publicly accessible URL into WebP and returns the… | 30 |

## About

## What it does
JPEG to WebP Converter turns a JPEG or JPG image into a WebP file. Send either a public image URL or a binary image upload, and choose whether you want the result returned as a downloadable file or as a signed URL in the response.

Use the URL-based endpoints when the source image already lives online, or the multipart endpoints when you're uploading a local file. The request body only needs `url` for URL conversions or `image` for multipart conversions. If you need a named output, pass `output` as a query parameter.

The response matches the delivery mode you choose: the download endpoints return binary WebP content, while the signed-URL endpoints return a JSON object with a `data` field containing a URI. That makes this service a good fit for image pipelines, CMS uploads, storage optimisation, and client-side delivery where smaller WebP assets reduce transfer size.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/apyhub/service/convert-jpeg-to-webp
