# See which sources Naver AI Briefing cites for a query

**Use case:** 

Get the citation list behind a Naver AI Briefing answer: the cited sources in order plus the AI answer text, returned as structured JSON.

## Input

```json
{
  "query": "당뇨병 증상"
}
```

## Output

```json
{
  "result_type": {
    "label": "Result Type",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "ai_overview_present": {
    "label": "AI Overview Present",
    "format": "boolean"
  },
  "markdown": {
    "label": "Markdown",
    "format": "string"
  },
  "references": {
    "label": "References",
    "format": "array"
  },
  "note": {
    "label": "Note",
    "format": "string"
  },
  "fetched_at": {
    "label": "Fetched At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Naver AI Overview API | Korean AEO Monitoring](https://apify.com/johnvc/naver-ai-overview-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/naver-ai-overview-api) to learn more, explore other use cases, and run it yourself.