About this endpoint
What it does
Converts an SVG file available at a public URL into a PNG and returns the generated file as binary data. The request accepts the source SVG URL in the body and an optional output query parameter.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output file name or base name for the generated PNG. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | No | Publicly accessible URL of the SVG to convert. Must be a valid URI. |
Response
Returns the generated PNG as a binary response.