Skip to main content
POST
NSFW prompt check

Request

Send a POST request to below endpoint to check if an image is nsfw or not.
curl

Body

json

Body

application/json
key
string
required

Your enterprise API Key used for request authorization

prompt
string
required

The prompt you want to check

Response

NSFW prompt check response

status
enum<string>
Available options:
success
is_cp
boolean

Whether the prompt contains child pornography content

is_nsfw
boolean

Whether the prompt contains NSFW content

original_prompt
string

The original prompt that was checked

filtered_prompt
string

The filtered version of the prompt