About this endpoint
What it does
Converts an uploaded WebP file to PNG and returns the converted file as binary content. The request sends the source file in the body, and the response is a downloaded file stream.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output filename prefix or name hint. Example: my-invite. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | The WebP file to convert. Multipart upload file input. |
Response
Returns a binary file response: the converted PNG content is streamed back directly, not wrapped in a JSON object. The output schema is string with binary format, so there are no JSON fields to parse.