SDK and API
With the SDK, you can create groups, add files to groups, list details about a group, and more! You can also manage groups using the API.Create a Group
To create a group you can use the create method and passing in thename you want to give a group.
Add or Remove Files from a Group
There are two ways you can add files to a group. The first is to add the file to a group on upload.Get a Group
To fetch details of an already existing group you can use the get and pass in thegroupId.
List All Groups
If you want to get all Groups or filter through them, you can use the list method.name
- Type:
boolean
limit
- Type:
number
Updating a Group
You can update the name of a group using either the SDK or the API.Delete a Group
Deleting a Group that has CIDs inside of it will not unpin/delete the files. Please use the delete method to actually delete a file from your account
groupId.
OK response.