Sign private URL
sign_urlGenerate a time-limited signed URL for a private image. The signature binds the image, preventing replay attacks; the URL expires after a configurable period (default 1 hour).
Instructions
Mint a time-limited signed URL for a private image (POST /v1/images/:id/sign-url). The signature binds the image, so the URL can't be replayed against another; strip it and the CDN returns 403. Optional expires_in (seconds, default 3600).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Image id to mint a signed URL for, e.g. img_abc123. | |
| expires_in | No | Signature lifetime in seconds (60–2,592,000). Default 3600 (1 hour). |