Ingest
Ingest a record
Create or update a content record for asynchronous moderation. Results are delivered through webhook events when moderation is performed.
Authorization
bearerAuth AuthorizationBearer <token>
Provide an API key from the Insion dashboard in the Authorization header: Bearer YOUR_API_KEY.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/ingest" \ -H "Content-Type: application/json" \ -d '{ "clientId": "string", "name": "string", "entity": "string", "content": "string" }'{ "message": "Success", "id": "string", "moderation": "string", "user": "string"}{ "error": { "message": "string" }}{ "error": { "message": "string" }}{ "error": { "message": "string" }}