Brault Developers

Get a download URL

Regionalus.api.brault.appfollows the region selector in the top bar
GET
/v1/files/{fileId}/download

A signed URL for the file, valid 15 minutes. Counts against the plan’s daily download issuances.

AuthorizationBearer <token>

API key from Settings → Developers

In: header

Path Parameters

fileId*string

Query Parameters

rendition?string
Default"original"

Value in

  • "original"
  • "preview"
  • "thumbnail"

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/files/string/download"
{  "object": "file_download",  "file_id": "string",  "rendition": "original",  "url": "string",  "expires_at": "2019-08-24T14:15:22Z"}