blob_sign
Generate a time-limited S3 presigned GET URL to share private blobs securely without exposing your API key. URL lifetime from 1 hour up 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 |
|---|---|---|---|
| project_id | Yes | Project ID | |
| key | Yes | Blob key to sign a GET URL for | |
| ttl_seconds | No | URL lifetime in seconds (60 – 604 800, default 3600) |