lithtrix_blob_signed_url
Generate a time-limited HTTPS read URL for a blob. Anyone with the URL can access the data until the expiry time.
Instructions
Mint a time-limited HTTPS read URL for a blob (GET /v1/blobs/{blob_id}/signed-url). Anyone with the URL can GET bytes until expiry — share carefully. Requires LITHTRIX_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blob_id | Yes | Content-addressed blob id (b_ + 16 hex chars) | |
| expires_in | No | TTL seconds (min 60; max from server). Omit for API default. |