Skip to main content

Get file download URL

GET 

/api/v1/files/:file-id/download_url

Get a signed private URL for downloading files from Needle. The download URL will be valid for a short time therefore you should read the file immediately after receiving the URL.

Request

Path Parameters

    file-id stringrequired

    File ID

Responses

Successful response

Schema

    result urirequired

    URL for downloading the file

Loading...