About this endpoint
What it does
Converts a WebP image fetched from a public URL into JPEG format and returns a signed URL to the converted file. The request body must provide the source image URL, and the response contains the generated output URL.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | Publicly accessible URL of the WebP image to convert. Must be a URI. |
Response
Returns a JSON object with a data string field containing a URI for the converted JPEG file. The success response is shaped as an object with one top-level field: data (String).
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | String | Yes | Signed URI of the converted JPEG file. |