About this endpoint
What it does
Converts a WebP image fetched from a public URL into JPEG format and returns the resulting file as a signed URL.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output identifier to use for the generated file. |
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 JSON object with a data string field containing a URI for the converted JPEG file.
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| data | String | No | Signed URL of the converted JPEG file. |