Moderate record
Moderate a record and return results immediately
Authorization
Authorization
RequiredBearer <token>Bearer authentication header of the form Bearer , where is your auth token.
In: header
Request Body
application/json
RequiredclientId
RequiredstringA unique identifier for the record
clientUrl
stringOptional URL associated with the record
"uri"
name
RequiredstringThe name or title of the record
entity
RequiredstringThe category or type of the record
content
Requiredstring | objectmetadata
objectOptional metadata associated with the record. Keys must be strings, values can be of any type. Keys can't be more than 40 characters or include '[' or ']'. Values must be serializable and can't be more than 500 characters. Maximum 50 keys.
user
objectOptional information about the user associated with the record
passthrough
booleanWhether to moderate the content without persisting it. If passthrough is true, the record name and content (and user email, name, and username) will not be stored.
false
Content successfully moderated