About this endpoint
What it does
Converts an uploaded SVG image to WebP and returns the generated file as binary download output.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output filename prefix, such as a base name for the generated file. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| image | String | Yes | The source image file in SVG format. Mandatory. |
Response
Returns is the converted WebP file content.