About this endpoint
What it does
Converts a WebP image fetched from a public URL into a PNG and returns the converted file as a binary response for download.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output filename or label for the converted image. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | Publicly accessible URL of the WebP image to convert. Must be a valid URI. |
Response
Returns a binary response containing the converted PNG file.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| binary | String | Yes | The converted image content streamed as the response body. |