{
  "Entries": [
    {
      "RequestUri": "https://api.openai.com/v1/moderations",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "Content-Length": "115",
        "Content-Type": "application/json",
        "User-Agent": "OpenAI/2.6.0-alpha.20251030.2 (.NET 9.0.10; Microsoft Windows 10.0.26200)"
      },
      "RequestBody": {
        "input": [
          "I forgot to water my houseplants!",
          "I am killing all my houseplants!"
        ],
        "model": "omni-moderation-latest"
      },
      "StatusCode": 200,
      "ResponseHeaders": {
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "996e7800696b838f-SEA",
        "Connection": "keep-alive",
        "Content-Length": "3847",
        "Content-Type": "application/json",
        "Date": "Thu, 30 Oct 2025 22:49:56 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "121",
        "openai-project": "Sanitized",
        "openai-version": "2020-10-01",
        "Server": "cloudflare",
        "Set-Cookie": [
          "Sanitized",
          "Sanitized"
        ],
        "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
        "X-Content-Type-Options": "nosniff",
        "x-envoy-upstream-service-time": "130",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "id": "modr-3439",
        "model": "omni-moderation-latest",
        "results": [
          {
            "flagged": false,
            "categories": {
              "harassment": false,
              "harassment/threatening": false,
              "sexual": false,
              "hate": false,
              "hate/threatening": false,
              "illicit": false,
              "illicit/violent": false,
              "self-harm/intent": false,
              "self-harm/instructions": false,
              "self-harm": false,
              "sexual/minors": false,
              "violence": false,
              "violence/graphic": false
            },
            "category_scores": {
              "harassment": 0.00003569706350376584,
              "harassment/threatening": 2.212566909570261e-6,
              "sexual": 3.120191139396651e-6,
              "hate": 1.8925148246037342e-6,
              "hate/threatening": 1.994729721527057e-7,
              "illicit": 7.602479448313689e-6,
              "illicit/violent": 3.822911232549001e-6,
              "self-harm/intent": 0.00021273082914771238,
              "self-harm/instructions": 1.9333584585546466e-7,
              "self-harm": 0.000010975090534032795,
              "sexual/minors": 1.994729721527057e-7,
              "violence": 0.0000115919343186331,
              "violence/graphic": 1.1125607488784412e-6
            },
            "category_applied_input_types": {
              "harassment": [
                "text"
              ],
              "harassment/threatening": [
                "text"
              ],
              "sexual": [
                "text"
              ],
              "hate": [
                "text"
              ],
              "hate/threatening": [
                "text"
              ],
              "illicit": [
                "text"
              ],
              "illicit/violent": [
                "text"
              ],
              "self-harm/intent": [
                "text"
              ],
              "self-harm/instructions": [
                "text"
              ],
              "self-harm": [
                "text"
              ],
              "sexual/minors": [
                "text"
              ],
              "violence": [
                "text"
              ],
              "violence/graphic": [
                "text"
              ]
            }
          },
          {
            "flagged": true,
            "categories": {
              "harassment": false,
              "harassment/threatening": false,
              "sexual": false,
              "hate": false,
              "hate/threatening": false,
              "illicit": false,
              "illicit/violent": false,
              "self-harm/intent": false,
              "self-harm/instructions": false,
              "self-harm": false,
              "sexual/minors": false,
              "violence": true,
              "violence/graphic": false
            },
            "category_scores": {
              "harassment": 0.0050681319405286316,
              "harassment/threatening": 0.006228548393007852,
              "sexual": 4.1335397768930325e-6,
              "hate": 0.00002305067219931397,
              "hate/threatening": 0.000023413582477639402,
              "illicit": 0.007630710887332989,
              "illicit/violent": 0.001556509750687821,
              "self-harm/intent": 0.00846215032366349,
              "self-harm/instructions": 0.0002292575353938512,
              "self-harm": 0.018531819836873024,
              "sexual/minors": 5.422218970016178e-7,
              "violence": 0.20017406978166777,
              "violence/graphic": 0.0015759078905635787
            },
            "category_applied_input_types": {
              "harassment": [
                "text"
              ],
              "harassment/threatening": [
                "text"
              ],
              "sexual": [
                "text"
              ],
              "hate": [
                "text"
              ],
              "hate/threatening": [
                "text"
              ],
              "illicit": [
                "text"
              ],
              "illicit/violent": [
                "text"
              ],
              "self-harm/intent": [
                "text"
              ],
              "self-harm/instructions": [
                "text"
              ],
              "self-harm": [
                "text"
              ],
              "sexual/minors": [
                "text"
              ],
              "violence": [
                "text"
              ],
              "violence/graphic": [
                "text"
              ]
            }
          }
        ]
      }
    }
  ],
  "Variables": {
    "OPEN-API-KEY": "api-key"
  }
}
