Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.orcarouter.ai/v1/asset/groups \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "Name": "actor_zhang", "Description": "角色 Zhang 的虚拟人像组" } '
{ "Id": "group-20260318033332-ab12c" }
创建一个**虚拟(AIGC)**资产组。
真人组不在此创建——真人组通过人脸核验流程 (POST /asset/real-human/sessions)创建。
POST /asset/real-human/sessions
OrcaRouter API 密钥形如 sk-orca-...。请在 Authorization: Bearer sk-orca-... 头中传入。
sk-orca-...
Authorization: Bearer sk-orca-...
组名称,最多 64 字符。
可选,最多 300 字符。
创建成功
此页面对您有帮助吗?