---
title: Convert WebP to AVIF API
slug: convert-webp-to-avif
url: https://apyverse.com/apyhub/service/convert-webp-to-avif
provider: ApyHub
categories: [File Conversion, Image Processing]
auth: api_key
---

# Convert WebP to AVIF API

Convert a WebP URL or upload into AVIF. Get a binary file or a signed URL for image optimization and format migration.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/url/download` | What it does Converts a WebP image fetched from a public URL into an AVIF file and returns the resu… | 30 |
| POST | `/url/link` | What it does Converts a WebP image fetched from a publicly accessible URL into AVIF and returns a J… | 30 |
| POST | `/multi-part/download` | What it does Converts an uploaded WebP image to AVIF and returns the resulting file as a binary res… | 30 |
| POST | `/multi-part/link` | What it does Converts an uploaded WebP image to AVIF and returns a JSON response containing a signe… | 30 |

## About

## What it does
WebP to AVIF Converter turns a WebP image into an AVIF file. Send a publicly accessible WebP URL or upload a WebP file, and get either the converted binary file back or a signed URL to the result.

Use the URL-based endpoints when your source image already lives on the web. The request body takes a single `url`, and you can set an optional `output` query value to name the returned file. If you prefer to upload directly, the multipart endpoints accept one `file` field containing the WebP image. In both cases, you choose whether the response is a downloaded binary or an object containing a `data` URL.

Use WebP to AVIF Converter when you need to store or serve images in AVIF for smaller file sizes and modern browser delivery, while keeping a WebP source in your pipeline. It fits image optimization jobs, media ingestion flows, and backend conversion steps where you want a predictable format change without extra processing logic.

## Usage

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