Skip to main content
POST
Create Asset Group

Create Asset Group

Create a new asset group for categorizing and managing subsequently uploaded assets. When uploading assets, pass in the returned GroupId.

Method and Path

Request Example

Response Example

Authentication

Body

Name
string
required
Asset group name, up to 64 characters.
Description
string
Asset group description, up to 300 characters.

Response

state
integer
Business status code, 1 usually indicates success.
data.Id
string
Asset group ID, passed as GroupId in subsequent Upload Asset requests.
error
object | null
Error information; null on success.