generate_signed_url
Generate a time-limited signed URL to share files or embed them in apps without exposing API keys.
Instructions
Generate a time-limited signed URL for accessing a file without requiring API key authentication. Useful for sharing files or embedding in applications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The unique identifier of the file | |
| expires | No | URL validity duration in seconds. Default: 3600 (1 hour), Maximum: 604800 (7 days) |