# About CHZZK Developers

치지직 API는 치지직과의 연동 및 기능 사용을 제공합니다. \
개발자는 치지직의 API를 사용하여 라이브 조회, 방송 설정 조회 및 변경, 채팅 발송 및 공지 등록 등 치지직에서 제공하는 다양한 기능과 리소스를 활용하는 애플리케이션을 개발할 수 있습니다.

***

## API 문서

API 문서는 각 API 기능과 요청 방법, 응답 값 등의 정보를 제공하며, API를 사용하기 전에 반드시 확인해야 합니다.

### API 카테고리

치지직 API는 여러 카테고리로 분류됩니다. 각 카테고리 설명 링크는 다음과 같습니다.

<table><thead><tr><th width="169">Category</th><th>Description</th></tr></thead><tbody><tr><td><a href="/pages/YxeEVlCx4zLx9VXKHEVd">User</a></td><td>로그인 유저의 치지직 채널 정보를 조회할 수 있습니다.</td></tr><tr><td><a href="/pages/sHYKAUBeVkf7i8vw8qpg">Channel</a></td><td>타 채널 정보를 조회할 수 있습니다.</td></tr><tr><td><a href="/pages/VlIvJZdgSnJTaivxznD1">Category</a></td><td>카테고리 목록 및 정보를 조회할 수 있습니다.</td></tr><tr><td><a href="/pages/XDB0BXu0yYKK5v6cdCS2">Live</a></td><td>라이브 목록을 조회하고, 방송 설정을 관리할 수 있습니다.</td></tr><tr><td><a href="/pages/pNpFYu2yoBjbg5q1jNrs">Chat</a></td><td>채팅 메세지를 전송하고, 채팅 공지를 등록하고, 채팅 설정을 관리할 수 있습니다.</td></tr><tr><td></td><td></td></tr></tbody></table>

## 용어

API 문서에서는 기본적인 치지직의 정보를 나타내기 위해 다음과 같은 용어를 사용합니다.

* 채널(Channel) : 치지직의  모든 사용자가 기본적으로 소유하고 있는 채널
  * 채널 ID : 채널 식별자
* 라이브(Live) : 현재 실시간으로 진행 중인 방송
* 카테고리(Category) : 방송 분류 카테고리
* 드롭스(Drops) : 치지직의 시청자가 특정 게임의 방송을 시청하고 해당 게임의 전리품 등 리워드를 받을 수 있도록 제공하는 시스템


---

# 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://chzzk.gitbook.io/chzzk/introduction/about.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.
