--- title: 'Box' description: 'Manage files, folders, and collaborations on Box cloud storage.' --- # Box Manage files, folders, and collaborations on Box cloud storage. | Detail | Value | |---|---| | Category | Productivity | | Base URL | `https://api.box.com/2.0` | | Authentication | OAuth2 | | Endpoints | 6 | | Connector key | `box` | ## Using Box in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Box** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /folders/{folder_id}](./get_folders_folder_id_storage_getfolder) | Get a folder | | [GET /folders/{folder_id}/items](./get_folders_folder_id_items_storage_listfolderitems) | List items in a folder | | [GET /files/{file_id}](./get_files_file_id_storage_getfile) | Get file info | | [POST /files/content](./post_files_content_storage_uploadfile) | Upload a file | | [GET /search](./get_search_storage_search) | Search for content | | [POST /collaborations](./post_collaborations_storage_addcollaborator) | Add a collaborator | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.