Domain

Prev Next

Available in Classic and VPC

In the Domain menu, you can create and manage domains. A domain is the fundamental unit used by the CLOVA GreenEye service. To use the service, you must have at least one domain, and API integration and statistical data operate based on each domain.
This section introduces the domain interface components, explains how to integrate with API Gateway for external applications, and describes how to create a domain.

Domain Interface

The basic layout of the Domain is as follows.

clovagreeneye-domain_1_ko

Component Description
① Menu name Current menu name.
② Basic features Create a domain, view product information, refresh the interface.
③ Domain list View domain list, basic information, and actions.

View domain list

You can view domain information from the domain list. To view:

  1. In the NAVER Cloud Platform console, navigate to i_menu > Services > AI Services > CLOVA GreenEye.
  2. Click Domain.
  3. When the domain list appears, review the basic information.
    • Domain name: A unique name that identifies the domain
    • API integration settings: Provides the Invoke URL and Secret Key required for your application to call CLOVA GreenEye
    • Created date: The date when the domain was created
    • Demo: Allows you to upload images from the console and use harmful-content detection without API Gateway integration in NAVER Cloud Platform

Create a domain

To create a domain:

  1. In the NAVER Cloud Platform console, navigate to i_menu > Services > AI Services > CLOVA GreenEye.
  2. Click Domain.
  3. Click [Create Domain] button.
  4. When the domain creation popup appears, enter the required information.
    • Domain name: Enter the domain name.
  5. Click [Create] button.
Caution

Only one domain can be created.

Delete a domain

To delete a domain:

  1. In the NAVER Cloud Platform console, navigate to i_menu > Services > AI Services > CLOVA GreenEye.
  2. Click Domain.
  3. Select the domain you want to delete and click [Delete Domain] button.
  4. When the domain deletion popup appears, click [Delete] button.
  5. Click [OK] button.

Using the demo

You can use CLOVA GreenEye features by uploading an image directly in the NAVER Cloud Platform console without integrating API Gateway. The recognition result can be viewed directly in the interface.
To use the GreenEye demo without API Gateway integration:

  1. In the NAVER Cloud Platform console, navigate to i_menu > Services > AI Services > CLOVA GreenEye.
  2. Click Domain.
  3. Click [Run] button for the domain.
  4. When the demo interface appears, upload an image through the file window or enter an image URL.
    • Image upload requirements
      • Size: 10 MB or less
      • Format: JPG, JPEG, PNG, BMP
  5. Check the recognition results.

clovagreeneye-domain_2_ko

Note

Click [Re-upload File] button in the demo interface to test additional images.

Integrate with API Gateway

CLOVA GreenEye provides an Invoke URL for external integration so your application can call and use the service. Each domain has a unique Invoke URL. For security and stable service operation, the Invoke URL is not exposed directly to external services. Instead, it is designed to be used only through NAVER Cloud Platform's API Gateway, which enhances security and service handling. The overall flow for handling services via API Gateway is as follows:

Check the domain's APIGW Invoke URL → Connect to API Gateway Endpoint → External integration

The GreenEye inference endpoint created by the user is the domain's Invoke URL. Through this API, you can submit images and receive the recognition results. There are two methods for integrating with the API Gateway, automatic and manual. Manual integration allows more detailed configuration compared to automatic integration, but both methods provide the same functionality. For convenience, automatic integration is recommended.

Caution

API Gateway incurs additional charges. For more information about API Gateway and pricing, see Services > Application Services > API Gateway on the NAVER Cloud Platform portal.

Automatic integration

Automatic integration automatically connects the domain's APIGW Invoke URL to the API Gateway endpoint. To perform automatic integration:

  1. After creating the domain, navigate to the API integration settings screen.
  2. Verify that the Secret Key required for calling the Invoke URL has been issued.
    • [Copy] button: Click to copy the Secret Key value.
  3. To use the Invoke URL, click [Copy address] button in the APIGW Invoke URL section.
    clovagreeneye-domain_3_ko
Note

You can regenerate the Secret Key by clicking [Reissue] button in step 2. If you regenerate the key, the connection to CLOVA GreenEye may be briefly interrupted.

Note

For detailed instructions on using API Gateway, see the API Gateway user guide.