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.

| 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:
- In the NAVER Cloud Platform console, navigate to
> Services > AI Services > CLOVA GreenEye. - Click Domain.
- 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:
- In the NAVER Cloud Platform console, navigate to
> Services > AI Services > CLOVA GreenEye. - Click Domain.
- Click [Create Domain] button.
- When the domain creation popup appears, enter the required information.
- Domain name: Enter the domain name.
- Click [Create] button.
Only one domain can be created.
Delete a domain
To delete a domain:
- In the NAVER Cloud Platform console, navigate to
> Services > AI Services > CLOVA GreenEye. - Click Domain.
- Select the domain you want to delete and click [Delete Domain] button.
- When the domain deletion popup appears, click [Delete] button.
- 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:
- In the NAVER Cloud Platform console, navigate to
> Services > AI Services > CLOVA GreenEye. - Click Domain.
- Click [Run] button for the domain.
- 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
- Image upload requirements
- Check the recognition results.

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.
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:
- After creating the domain, navigate to the API integration settings screen.
- Verify that the Secret Key required for calling the Invoke URL has been issued.
- [Copy] button: Click to copy the Secret Key value.
- To use the Invoke URL, click [Copy address] button in the APIGW Invoke URL section.

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.
For detailed instructions on using API Gateway, see the API Gateway user guide.