Get a download URL
Regional
us.api.brault.app— follows the region selector in the top barA signed URL for the file, valid 15 minutes. Counts against the plan’s daily download issuances.
Authorization
apiKey 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"}