Image Moderation API
Image moderation API allows you to detect moderated images based on the categories you define.
Request Method
API calls can be done using the POST request method since GET request are limited by the maximum allowed length of an URL we prefer the POST request method.
API Request/Response Format
The API request and response are in JSON format.
Request Parameters
API Key (Required)
The API key that you have buy.
Image Type (Required)
Image type must be URL or Base64.
Image (Required)
Image data must be a URL or a Base64 string.
Category (Required)
The category of the image you want to check.
Request JSON
{ "APIKey": "", "ImageType": "URL", "Image": "https://imageup.me/logo.png", "Category": null }