Skip to main content
POST

Authorizations

Authorization
string
header
required

API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.

Path Parameters

companyId
string<uuid>
required

Company identifier

Body

application/json
fileIds
string<uuid>[]
required

The files to mint URLs for. 1–100 ids; duplicates are minted once.

Required array length: 1 - 100 elements
disposition
enum<string>
default:attachment

Content disposition signed into every URL. attachment (default) prompts a download with the original filename; inline lets the browser render the file (PDF viewer, images).

Available options:
attachment,
inline

Response

One signed download URL per requested file

downloadUrls
object[]