API Authentication
2020.11.20 14:34:17
Neteasetm Content Moderation Service uses the signature method to authenticate the request. All APIs need signature parameter to identity user.
Applying Security Credentials
You need to apply the security credentials at the very first. Security credentials include SecretId and SecretKey. SecretId is used to identify the identity of the API caller. SecretKey is used to encrypt the signature string and server-side verification signature characters. SecretKey must be strictly protected.