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 字元。
建立成功
這個頁面有幫助嗎?