Files
Bulk create externally linked assets
In this article, you will learn how to bulk create externally linked assets. Bulk create externally linked assets Request Type: POST Header: Authorization: ApiKey <my_api_token> URL: ...
Update asset URL
In this article, you will learn how to update URL of an asset. Update asset URL Request Type: PATCH Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/assets/<my_file_uuid>/ Payload: { "url": ...
List assets (files) minimal in folder
In this article, you will learn how to list assets minimal in folder. List assets (files) minimal in folder Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/folders/<my_folder_uuid>/assets_minimal/ ...
List assets (files) in folder
In this article, you will learn how to list assets in folder. List assets (files) in folder Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/folders/<my_folder_uuid>/assets/ Results: { "count": 2, ...
List assets in organization (only title)
In this article, you will learn how to list assets in an organization with titles only. List assets in organization (only title) Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: ...
List assets in organization (no thumbnails)
In this article, you will learn how to list assets in an organization without thumbnails. List assets in organization (no thumbnails) Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: ...
List assets in organization
In this article, you will learn how to list assets in organization. List assets in organization Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/orgs/<my_org_uuid>/assets/ Results: { "results": [ { ...