Actions
Get User Document Download Url
Get signed download link for user document.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Document ID | The unique identifier of the user document for which to generate a download URL. |
{
"signedUrl": "https://somedomain.com/filename.pdf?Signature=ABC123"
}
Was this page helpful?