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

idstringRequired
The unique identifier for the file

Response headers

X-Request-IdstringOptional
The unique identifier for the request

Response

The file link
urlstringOptional
The URL to download the file. It needs no Chariot credential.
expires_atdatetimeOptional
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