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/overseas/r18/check \ --header 'Content-Type: application/json' \ --header 'X-Access-Token: <api-key>' \ --data ' { "image_url": "https://example.com/a.jpg" } '
{ "code": 123, "track_id": "<string>", "data": { "passed": true, "risk": "<string>", "items": [ {} ] }, "message": "<string>" }
R18 独立检测,同步返回检测结果。
素材审核访问令牌,由管理员分配。
待检测图片 URL。
待检测图片 URL 列表。
检测结果。
R18 独立检测响应。
响应码。
请求跟踪 ID。
Show child attributes
响应消息。