generate_signed_url
Create secure, time-limited CDN URLs for images with HMAC-SHA256 signing and optional transformation parameters to control access and delivery.
Instructions
Generate an HMAC-SHA256 signed CDN URL. Requires signing to be enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Project ID (UUID). If omitted, uses SPRONTA_PROJECT_ID env var. | |
| path | Yes | Image path (e.g. /my-project/hero.jpg) | |
| params | No | Transform params as key-value strings (e.g. {w: '800'}) | |
| expiresIn | No | Expiration in seconds (60–604800) |