About this endpoint
What it does
Converts an uploaded SVG image to a PNG file and returns the converted file as binary output. The request sends the source image as multipart form data, and the response is a binary download.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output name/identifier for the download. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| image | String | Yes | The source image file in SVG format. Binary file upload. |
Response
Returns a binary file response containing the converted PNG output. The output schema is a string with binary format, so the success response is the file content itself rather than a JSON object.