Analyze object.
Analyze an object with multiple fields including text, images, video, audio. Use to moderate a post, a profile, a form submission or anything that have multiple fields.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The object you want to analyze.
Do not store the content. The content won't enter the review queue
The author of the content.
For example the ID of a chat room or a post
Any metadata you want to store with the content
Response
Success if the request was successful
Information about the request
Whether the content was flagged by any models
Whether the content is using look-alike characters. Often used by spammers.
Whether any entity matchers found data for the content
The scores of each label
The entities found in the content
The fields in the object and their flags
The ID of the content. Only returned if the content was stored.
The wordlist entity matcher outputs if enabled in your project. Read more at https://docs.moderationapi.com/models/word
Was this page helpful?