{ "opencollection": "1.0.0", "info": { "name": "Mistral AI Agents Moderation API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Moderation", "type": "folder" }, "items": [ { "info": { "name": "Mistral AI Moderate text content", "type": "http" }, "http": { "method": "POST", "url": "https://api.mistral.ai/v1/moderations", "body": { "type": "json", "data": "{}" } }, "docs": "Classify text content for potential policy violations across safety categories. Returns category-level flags and scores." }, { "info": { "name": "Mistral AI Moderate chat conversation", "type": "http" }, "http": { "method": "POST", "url": "https://api.mistral.ai/v1/chat/moderations", "body": { "type": "json", "data": "{}" } }, "docs": "Classify a chat conversation for potential policy violations. Evaluates multi-turn conversations including system, user, and assistant messages." } ] } ], "bundled": true }