v1

latestOpenAPI 3.1.02026-07-2414704.6 MB

Image Moderation

Instantpay’s Image Moderation API is a powerful tool. It helps online platforms manage user-generated images. It ensures they meet community standards and legal rules. This API uses advanced content filtering. It ensures all images meet the platform's terms of service. This creates a safe, respectful space for users.

The Image Moderation API filters out content with:

✔ Graphic violence ✔ Nudity ✔ Hate speech ✔ Explicit material ✔ Illegal activities ✔ Copyrighted content

This proactive content moderation lets businesses protect users from harmful images. It also ensures compliance with the law.

Use Instantpay's Image Moderation API. It will help you create a safe and positive user experience. This supports both brand integrity and community well-being. Integrate this solution. It will keep your platform a trusted, welcoming place for all users.

post/imageModeration

Response

200

statuscodestring
{"stackTrail":"paths:/imageModeration:post:responses:200:content:application/json:schema:properties:actcode","oasType":"schema","type":"unknown"}
statusstring
timestampstring
ipay_uuidstring
orderidstring
environmentstring
{"stackTrail":"paths:/imageModeration:post:responses:200:content:application/json:schema:properties:internalCode","oasType":"schema","type":"unknown"}

Example response

{
  "statuscode": "TXN",
  "status": "Sucesses",
  "data": {
    "imageModeration": {
      "ModerationLabels": [
        {
          "Confidence": 95.53679656982422,
          "Name": "Non-Explicit Nudity of Intimate parts and Kissing",
          "TaxonomyLevel": 1
        }
      ],
      "ModerationModelVersion": "7.0"
    },
    "pool": {
      "referenceId": "1240305121446YDVSA",
      "openingBalance": "25.10",
      "paymentAmount": "0.00",
      "mode": "DR",
      "closingBalance": "25.10"
    }
  },
  "timestamp": "2024-03-05 12:14:46",
  "ipay_uuid": "h0059b7d37c1-28da-475b-bdba-913525c7c166-uu0hKPxwm4M1",
  "orderid": "1240305121446YDVSA",
  "environment": "LIVE"
}