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
Responses
- 200
- 400
- 401
- 403
- 404
Successful response
Invalid request
Unauthorized request
Forbidden file, user does not have sufficient permissions to access the file
File not found