Overview
By using the API, you can achieve similar functionalities as the Murnitur Shield SDK, including custom payload handling, ruleset application, and configuration settings.API Endpoint
To access more control features, use the following endpoint:Request Structure
You can configure the request to include:- Payload: The content you want to analyze.
- Rulesets: The specific rules and actions to apply.
- Config: Configuration settings like provider and API key.
Example Request
How It Works
- Send Request: Submit a POST request to the endpoint with your payload, rulesets, and configuration.
- Process Response: Murnitur Shield evaluates the content according to the specified rulesets.
- Handle Triggers: Based on the response, determine if any rules were triggered and take the necessary actions.