Create a File Link
Creates an unauthenticated temporary URL to download the file's contents. Note
that this link expires and therefore should not be cached.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
The unique identifier for the file
Response headers
X-Request-Id
The unique identifier for the request
Response
The file link
url
The URL to download the file. It needs no Chariot credential.
expires_at
The date and time when the file link will expire.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error

