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

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

Response

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