AI 模型接口素材(Assets)素材分组 (Asset Group)
创建素材分组
直接在火山引擎上创建新的素材分组,通常用于 AIGC / 虚拟人像场景(无需通过 H5 真人认证)。
Authorization
BearerAuth AuthorizationBearer <token>
请填入您的 API 访问 Token 令牌 (Bearer token)
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/v1/asset-groups" \ -H "Content-Type: application/json" \ -d '{ "name": "my_virtual_avatar_group" }'{
"asset_group_id": "asset_group_01h8abcde12345xyz",
"status": "active",
"name": "my_virtual_avatar_group",
"project_name": "live_avatar_verification"
}{}{}这篇文档对您有帮助吗?