assets_sign
Create a time-limited presigned URL to securely share private blobs without exposing your API key. Supports TTL from 60 seconds to 7 days.
Instructions
Generate a time-boxed S3 presigned GET URL for a blob. Use this to share a private blob externally without exposing your apikey. Default TTL 1 hour, max 7 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Blob key to sign a GET URL for | |
| project_id | Yes | Project ID | |
| ttl_seconds | No | URL lifetime in seconds (60 – 604 800, default 3600) |