Files
Get single-file download URL
Generates a signed download URL for one file while preserving legacy direct-vs-nested storage path compatibility.
get/v1/files/{fileId}/download-url
Path parameters
fileIdstring required
The unique identifier of the file to sign
Query parameters
print_job_idstring
printer_task_idstring uuid
claim_generationstring uuid
printer_task_access_tokenstring uuid
Response
Signed download URL
Changes
Changed in 2 of the 42 revisions of this API.5
- ○
added the new optional
queryrequest parameterclaim_generationnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterprint_job_idnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterprinter_task_access_tokennew-optional-request-parameter
- ○
added the new optional
queryrequest parameterprinter_task_idnew-optional-request-parameter
- ○
- ○
added the non-success response with the status
response-non-success-status-added
- ○