v1

latestOpenAPI 3.1.0MIT2026-07-2654137287.8 KB

Sign a file and return a signed URL

post/organizations/{organization_name}/file_tokens/{filename+}

Path parameters

organization_namestring required
filename+string required

Request body

methodstring

The HTTP method to sign the URL for. Currently only supports GET

expstring

The expiration ttl of the signed URL in seconds

Example request

{
  "method": "GET",
  "exp": "3600"
}

Response

Signed URL generated successfully

urlstring