About this endpoint
What it does
Converts a JPEG 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 filename or label. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | No | Publicly accessible URL of the JPEG image to convert. Must be a valid URI. |
Response
Returns a binary file response containing the converted AVIF image.