Skip to main content

Detect adult content.

POST 

/ai/detectadultcontent

Check if the content is appropriate for all audiences.

Request

Header Parameters

    ipaas string

Bodyrequired

    imageUrlstringrequired

    The URL of the image to be checked.

    Example: https://example.com/image.jpg

Responses

Success

Schema
    isAdultContentbooleanrequired

    Boolean value indicating if the content is adult content.

    Example: true
    isRacyContentbooleanrequired

    Boolean value indicating if the content is racy content.

    Example: true
    isGoryContentbooleanrequired

    Boolean value indicating if the content is gory content.

    Example: true
    adultScorenumberrequired

    Score from 0 to 1 indicating how much the content is considered adult content.

    Example: 0.9203029870986938
    racyScorenumberrequired

    Score from 0 to 1 indicating how much the content is considered racy content.

    Example: 0.9937777519226074
    goreScorenumberrequired

    Score from 0 to 1 indicating how much the content is considered gory content.

    Example: 0.0024742891546338797