latestOpenAPI 3.1.0Proprietary - Prezent, Inc.2026-08-114675175.5 KB

a01cb764a085

File Access

Create signed access tokens for stored files

Returns short-lived per-file access tokens that allow the caller to download the referenced files from the underlying storage backend.

Paths that are not non-empty strings are skipped rather than rejected, so the response may contain fewer tokens than the number of filePaths supplied.

post/api/v1/file-access

Request body

filePathsstring[] required

List of stored file paths to mint tokens for.

source'betaimages' | 'magikarp'

Storage backend source.

Response

Tokens minted.

successboolean

true on success (omitted by some legacy handlers).