cURL
curl --request POST \ --url https://geekai.co/api/v1/assets/group \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "test", "platform": "bytedance", "description": "<string>" } '
{ "id": "<string>" }
API认证token
组名称
"test"
所属平台
"bytedance"
描述信息
成功响应
组ID
此页面对您有帮助吗?