CLOVA GreenEye overview

Prev Next

Available in Classic and VPC

CLOVA GreenEye is a NAVER Cloud Platform service that uses an image analysis solution based on CLOVA's AI Vision technology to determine the harmfulness of images. It categorizes content into four classes: obscene, adult, sexual, and normal.

Common CLOVA GreenEye settings

The following describes commonly used request and response formats in CLOVA GreenEye APIs.

Request

The following describes the common request format.

API URL

The request API URL is as follows.

https://clovagreeneye.apigw.ntruss.com

Request headers

The following describes the headers.

Field Required Description
X-GREEN-EYE-SECRET Required Secret key obtained from Domain > API integration settings in the console
Content-Type Required Request data format
  • application/json
Note

The secret key can be found in API integration settings of Domain after completing the service subscription and domain creation in the NAVER Cloud Platform console. For more information, see the CLOVA GreenEye User Guide.

Response

The following describes the common response format.

Response status codes

CLOVA GreenEye APIs use NAVER Cloud Platform's common response status codes. For response status codes common to NAVER Cloud Platform, see Ncloud API response status codes.

CLOVA GreenEye API

The following describes the APIs provided by the CLOVA GreenEye service.

API Description
Diagnose image harm Detect image harm using public URLs or Base64-encoded data

CLOVA GreenEye related resources

NAVER Cloud Platform provides a variety of related resources to help users better understand CLOVA GreenEye APIs.