---
title: WebP to PNG Converter
slug: convert-webp-to-png
url: https://apyverse.com/apyhub/service/convert-webp-to-png
provider: ApyHub
tags: [webp-conversion, png, image-conversion, image-processing, file-conversion]
auth: api_key
---

# WebP to PNG Converter

What it does WebP to PNG Converter turns WebP images into PNG files from either a public URL or a multipart file upload. Send a publicly accessible url and choose whether you want the converted image streamed back as binary output or returned as a signed link in data. If you already have the image…

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/url/download` | What it does Converts a WebP image fetched from a public URL into a PNG and returns the converted f… | 10 |
| POST | `/url/link` | What it does Converts a WebP image fetched from a public URL into PNG format and returns a signed l… | 10 |
| POST | `/multi-part/download` | What it does Converts an uploaded WebP image file to PNG and returns the converted image as a binar… | 10 |
| POST | `/multi-part/link` | What it does Converts an uploaded WebP image to PNG and returns a signed link to the converted file… | 10 |

## About

## What it does
WebP to PNG Converter turns WebP images into PNG files from either a public URL or a multipart file upload.

Send a publicly accessible `url` and choose whether you want the converted image streamed back as binary output or returned as a signed link in `data`. If you already have the image file, upload it as `file` and use the same two output options. The service is built for simple image format conversion, with no extra transformation steps or metadata fields to manage.

Use WebP to PNG Converter when you need a PNG for browser compatibility, downstream image processing, or workflows that do not accept WebP. It fits cleanly into asset pipelines, content moderation tools, or back-office systems that accept uploads from different sources and normalize them into a standard image format.

The response is intentionally minimal: either the converted PNG arrives as binary data, or you receive a URI pointing to the generated file.

## 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-png
