Create new folder

Create new folder

In this article, you will learn how to create a new folder.

Create new folder

Request Type: POST
Header: Authorization: ApiKey <my_api_token>
URL: https://app.banyanboard.com/api/orgs/<my_org_uuid>/folders/

Payload:
Info
{
  "name": "Sample Folder Name"
}

Results:
Info
{
  "banner_file_thumbnail_url": null,
  "creator_name": "service_admin_abcdef123456",
  "creator_nickname": "service_admin_user",
  "date_created": "2026-03-30T09:15:20.123456Z",
  "is_locked": false,
  "is_public": false,
  "last_accessed": "2026-03-30T09:15:20.123456Z",
  "name": "Sample Folder Name",
  "organization": "a1b2c3d4-5e6f-4a7b-9c8d-1e2f3a4b5c6d",
  "organization_name": "Sample Organization",
  "uuid": "e5f6a7b8-c9d0-4e1f-8a2b-3c4d5e6f7a8b",
  "is_owner_or_admin": true,
  "folder_permission_type": "owner",
  "thumbnail_url": null,
  "total_annotations": 0,
  "total_assets": 0,
  "total_comments": 0,
  "total_views": 0
}

    • Related Articles

    • Managing folder permissions

      In this article, you will learn how to manage folder permissions in SPAN sports performance analysis platform. Before you begin In SPAN, user permissions such as "Viewer", "Editor" and "Organizer" determine the level of access individuals have to ...
    • 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 (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/ ...
    • Create match

      In this article, you will learn how to create a match in the tournament management. Before you begin To learn how to access the tournament management page in SPAN sports performance analysis platform, refer to this article. To learn how to create a ...
    • Create team

      In this article, you will learn how to create a team in the tournament management. Before you begin To learn how to access the tournament management page in SPAN sports performance analysis platform, refer to this article. Create team After opening ...