Mutations
createWorkspaceFileDownloadUrl
Generate a fresh download URL for a workspace file. For PRIVATE files, returns a short-lived pre-signed URL (valid for 3 minutes); for PUBLIC files, returns a permanent CDN URL with no expiry. Call this whenever you need to give a user access to a file rather than caching URLs, as private URLs expire quickly.
MUTATION
createWorkspaceFileDownloadUrl(input: CreateWorkspaceFileDownloadUrlInput!): CreateWorkspaceFileDownloadUrlOutput!Arguments
input
required
workspaceFileDownloadUrl
error
Mutation
Variables
Response
Mutation
Variables
Response

