# API

{% hint style="info" icon="bullhorn" %}

## **새로운 Kollus Docs 사이트에서 이 문서의 최신 버전을 확인하세요!**

본 문서는 **구버전**이며, 더 정확하고 최신화된 정보는 아래 신규 경로에서 확인하실 수 있습니다.

* **신규 문서**: [서비스 계정 > API 인증 정보](https://docs.kollus.com/service-guide/vod/account/service-account/#api-%EC%9D%B8%EC%A6%9D-%EC%A0%95%EB%B3%B4)
* **게시 중단 안내**: 본 문서는 **2026년 6월 30일**까지만 제공됩니다.
  {% endhint %}

이 페이지에서는 Kollus VOD 콘솔의 서비스 계정 메뉴에서 제공하고 있는 API에 대해 안내합니다.

> ### API <a href="#api-api.1" id="api-api.1"></a>
>
> Kollus VOD에서 제공하는 API를 활용하면 더욱 다양하고 편리한 서비스를 구현할 수 있습니다. API를 사용하기 위해서는 먼저 API 토큰이 필요합니다. 서비스 계정 > API에서는 API 토큰 정보를 확인할 수 있습니다.

### **API** <a href="#api-api.2" id="api-api.2"></a>

API 메뉴에서는 API를 사용하는 데 필요한 기본 정보를 확인할 수 있습니다. API 도메인, API 접근 토큰 등의 정보를 확인할 수 있으며, API 토큰을 복사하거나 새로운 토큰을 발급할 수도 있습니다.

<figure><img src="https://92012944-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F07xE4g9511BtbCTnY4D4%2Fuploads%2F4WtzELtmozPX4YKMPnDS%2Fimage.png?alt=media&#x26;token=87286e40-055a-4923-8f96-da0185b9b6bf" alt=""><figcaption><p>API</p></figcaption></figure>

<table><thead><tr><th width="224.666748046875">항목</th><th>설명</th></tr></thead><tbody><tr><td>API 도메인</td><td>API 도메인은 API를 사용하기 위한 서버 주소를 말합니다. Kollus VOD에서 제공하는 API 도메인은 api.kr.kollus.com입니다. 이 도메인을 이용하여 API를 호출하고 데이터를 주고받을 수 있습니다.</td></tr><tr><td>API 접근 토큰</td><td>API 접근을 위해 필요한 인증 수단인 API 접근 토큰은 API를 호출하기 위한 키 값입니다. API 접근 토큰은 한 번 발급되면 수정할 수 없습니다.</td></tr><tr><td>새 API 접근 토큰 발급</td><td>API 접근 토큰을 변경할 경우, 체크박스를 활성화하여 새로운 API 접근 토큰을 발급받을 수 있습니다. 새로운 API 접근 토큰을 적용하기 위해서는 체크박스에서 새 API 접근 토큰 발급을 선택해야 합니다. 변경 후에는 기존 API 접근 토큰을 사용할 수 없으므로, 반드시 기존 API 접근 토큰을 새로운 API 접근 토큰으로 변경한 후 적용해야 합니다.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://catenoid-support.gitbook.io/kollus-vod-console-v2/userguide/service-account/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
