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://identity.xmsmartlink.com/api/real-person/auth/link \ --header 'Content-Type: application/json' \ --header 'X-Access-Token: <api-key>' \ --data ' { "artist_name": "张三", "artist_desc": "品牌代言人真人素材组" } '
{ "code": 123, "message": "<string>", "data": { "h5_url": "<string>" } }
提交艺人名称和描述,获取 120 秒有效的真人认证 H5 链接。
素材审核访问令牌,由管理员分配。
艺人授权组名称,最多 32 个字符,不可重复。
艺人授权组描述,最多 300 个字符。
真人认证链接。
真人认证 H5 链接响应。
响应码。
响应消息。
真人认证链接数据。
Show child attributes