Files
The central resource: metadata, renditions, moves, copies and deletion.
Regional
us.api.brault.app— follows the region selector in the top barList files
GET /v1/files
Retrieve a file
GET /v1/files/{fileId}
Update a file
PATCH /v1/files/{fileId}
Trash or permanently delete a file
DELETE /v1/files/{fileId}
Get a download URL
GET /v1/files/{fileId}/download
Find visually similar files
GET /v1/files/{fileId}/similar
Move a file
POST /v1/files/{fileId}/move
Copy a file
POST /v1/files/{fileId}/copy
Set or clear a brandspace property value on a file
PUT /v1/files/{fileId}/properties/{propertyId}
List the boards a file is on
GET /v1/files/{fileId}/boards
Restore a trashed file
POST /v1/files/{fileId}/restore