get_rendered_asset_url
Generate a dynamic delivery URL for any asset with customizable transformation parameters like width, height, format, and smart crop.
Instructions
Generate a dynamic delivery URL for an asset with transformation parameters (e.g. width, height, format, smart crop)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the asset | |
| params | Yes | Query parameters string for transformations (e.g. 'w=500&h=500&fmt=webp&crop=face') |