About this endpoint
What it does
Converts a WebP image fetched from a publicly accessible URL into an AVIF file and returns the converted file as binary output.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output filename to use for the downloaded file. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | Publicly accessible URL of the WebP image to convert. Must be a URI. |
Response
Returns a binary file containing the converted AVIF image.