files

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.

get/v1/files/{id}/link

Path parameters

idstring required

The unique identifier for the file

Response

The file link

urlstring

The URL to download the file. It needs no Chariot credential.

expires_atstring date-time

The date and time when the file link will expire.

Example response

{
  "url": "https://cdn.givechariot.com/files/file.pdf",
  "expires_at": "2020-01-31T23:59:59Z"
}

Changes

Changed in 1 of the 41 revisions of this API.1