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

download_urlstring required

Changes

Changed in 2 of the 42 revisions of this API.5

    • ○

      added the new optional query request parameter claim_generation

      new-optional-request-parameter

    • ○

      added the new optional query request parameter print_job_id

      new-optional-request-parameter

    • ○

      added the new optional query request parameter printer_task_access_token

      new-optional-request-parameter

    • ○

      added the new optional query request parameter printer_task_id

      new-optional-request-parameter

    • ○

      added the non-success response with the status

      response-non-success-status-added