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 GET \ --url https://identity.xmsmartlink.com/api/real-person/groups \ --header 'X-Access-Token: <api-key>'
{ "code": 123, "message": "<string>", "data": { "items": [ { "group_id": "<string>", "artist_name": "<string>", "artist_desc": "<string>", "authorized_at": "<string>" } ] } }
查询当前访问令牌已授权成功的真人素材组。
素材审核访问令牌,由管理员分配。
真人素材组列表。
真人素材组列表响应。
响应码。
响应消息。
真人素材组数据。
Show child attributes