Skip to main content
GET
Get Workspace Document URL
Generate a signed URL for a persisted workspace document.

Authentication and scope

Requires both workspaces-read and documents-read. The document must belong to the workspace in the URL.
The signed URL expires after 10 minutes. Request a fresh URL for every download attempt and do not persist or log its query string.

Authorizations

Authorization
string
header
required

Personal Access Token created from the Raydocs dashboard. Include in the Authorization header: Bearer <your_token> See API Keys for token creation and management.

Path Parameters

workspaceId
integer
required
documentId
string<uuid>
required

Response

Signed URL generated

url
string<uri>
required