Create Asset Group
Asset Management
Create Asset Group
Create a Seedance asset group using POST /v1/seedance/asset/CreateAssetGroup.
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 returnedGroupId.
Method and Path
Request Example
Response Example
Authentication
Body
Asset group name, up to 64 characters.
Asset group description, up to 300 characters.
Response
Business status code,
1 usually indicates success.Asset group ID, passed as
GroupId in subsequent Upload Asset requests.Error information;
null on success.