v1

latestOpenAPI 3.1.0AGPL-3.0 license2026-07-1210336283.6 KB
Files

Proxy file from storage

Proxies a file from storage. Requires team file key (fk) query parameter for access.

get/files/proxy

Query parameters

filePathstring required

Path to the file in storage. Can include or exclude 'vault/' prefix.

Example:vault/documents/2024/invoice.pdf

Path to the file in storage. Can include or exclude 'vault/' prefix.

fkstring required

Team file key for proxy/download access to team files. This key is returned in the user data response (GET /users/me) as the fileKey field. It is team-scoped and deterministic - all members of the same team share the same file key. Use this key to authenticate file access requests.

Example:a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6

Team file key for proxy/download access to team files. This key is returned in the user data response (GET /users/me) as the fileKey field. It is team-scoped and deterministic - all members of the same team share the same file key. Use this key to authenticate file access requests.

Response

File content