Effect transformationCDN delivery
frame
Apply the frame transformation to the delivered image.
Delivery URL
Use the Vyso CDN URL to transform and deliver this asset. Generated variants can be cached for subsequent requests.
https://cdn.vyso.io/frame/ASSET_ID.jpgParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| width | number | No | Width value (min 1, max 100). |
| height | number | No | Height value (min 1, max 100). |
| outer-bevel | number | No | Outer Bevel value (min 1, max 100). |
| inner-bevel | number | No | Inner Bevel value (min 1, max 100). |
| color | string | No | A supported CSS color name, hex value, or RGB/RGBA color. |
Examples
The same transformation, shown through the canonical CDN delivery integration.
curl -i "https://cdn.vyso.io/frame/ASSET_ID.jpg"Every example requests the same CDN URL. Use the form that fits the application you are integrating.
Delivery behavior
The CDN applies the requested operation to the source asset and delivers the generated representation. Repeated requests can reuse the cached variant at the edge.