Ingest Record
Creates a new record or updates an existing one for content moderation.
Create or update a content record for moderation.
Important Notes
- The
clientId
must be unique for each record - File URLs in
fileUrls
must remain accessible for as long as the record exists - The
user
object is optional but helps provide context for moderation decisions - Protected users (e.g., administrators) can be marked using
user.protected: true
Example
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
A unique identifier for the record, assigned by the client. Used to create or update the record.
The name or title of the record.
The category or type of the record (e.g., 'post', 'comment', 'message'). Helps categorize the content.
The text content of the record to be moderated.
An optional URL associated with the record, such as a link to the original content.
An array of URLs pointing to files (e.g., images, videos) associated with the record. These URLs must remain accessible for as long as the record exists.
Optional information about the user associated with the record.
Response
A success message.