Common parameters
2020.11.20 14:34:17
Common parameters are parameters used to identify product and authentication. These parameters are required by every request.
Request Fields
| Parameter Name | Type | Required | Maximum Length | Description |
|---|---|---|---|---|
| secretId | String | Y | 32 | Product id, assigned by Neteasetm Content Moderation Service |
| businessId | String | Y | 32 | Business id, assigned by Neteasetm Content Moderation Service |
| version | String | Y | 4 | API Version, Now is v3.1 |
| timestamp | Number | Y | 13 | Request server UNIX timestamp |
| Nonce | Number | Y | 11 | Random positive integer, combined with timestamp to prevent replay attacks |
| signature | String | Y | 32 | Request signature, used to verify the legitimacy of this request, see [ API Authentication] |
