files
Get Download Url
Get a signed URL for file download.
Returns a time-limited URL that can be used to download the file without authentication. The URL expires after 15 minutes.
Returns: SignedUrlResponse with signed URL and expiration time.
Raises: HTTPException: 404 if file not found.
GET
Get Download Url
Documentation Index
Fetch the complete documentation index at: https://docs.pragmatiks.io/llms.txt
Use this file to discover all available pages before exploring further.
Previous
Download FileDownload file content.
Supports two authentication modes:
- Bearer token: Standard authenticated request. Gated on
organization readiness so the bearer path cannot reach tenant
storage before bootstrap completes.
- Signed URL: Include token and expires query parameters. Not
gated — signed URLs must stay reachable to preserve the
pre-existing public contract.
Returns:
File content with appropriate content-type header.
Raises:
HTTPException: 401 if authentication fails.
HTTPException: 404 if file not found.
Next
Get Download Url