Kraken.io integration (Design & Media). Imported from open-connector.
https://api.kraken.io/user_status
/v1/upload
| Param | Type | Required | Description |
|---|---|---|---|
| sourceUrl | string | optional | The public URL of the source image to optimize. |
| contentBase64 | string | optional | The Base64-encoded source image bytes to upload. |
| fileName | string | optional | The filename used for direct upload requests. |
| lossy | boolean | optional | Whether Kraken.io should use lossy optimization instead of lossless optimizatio… |
| quality | integer | optional | The custom image quality level for JPG, PNG, and GIF output. |
| dev | boolean | optional | Whether to enable Kraken.io sandbox mode for development testing. |
| autoOrient | boolean | optional | Whether Kraken.io should automatically orient the image from EXIF data. |
| preserveMeta | array | optional | The metadata sections to preserve in the optimized file. |
| chromaSubsampling | string | optional | The JPEG chroma subsampling mode requested for optimization. |
| resize | object | optional | Kraken.io resize settings for a single optimized output. |
| convert | object | optional | Kraken.io image conversion settings. |