About this endpoint
What it does
Converts a WebP image fetched from a public URL into an AVIF file and returns the resulting file as binary data.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output file name to use for the downloaded result. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | Publicly accessible URL of the WebP image to convert. Must be a URI. |
Response
Returns binary file data as the converted AVIF image. The success response is a binary payload, not a JSON object.
| Attribute | Type | Mandatory | Description |
|---|