> For the complete documentation index, see [llms.txt](https://hoit1302.gitbook.io/edsc-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hoit1302.gitbook.io/edsc-api/master.md).

# API Document

## Post

* [게시물](/edsc-api/post/posting.md)
  * [이미지](/edsc-api/post/posting/image.md)
    * [게시물 이미지 생성하기](/edsc-api/post/posting/image/post.md)
    * [게시물 이미지 수정하기](/edsc-api/post/posting/image/patch.md)
    * [게시물 이미지 삭제하기](/edsc-api/post/posting/image/delete.md)
  * [파일](/edsc-api/post/posting/file.md)
  * [게시물 생성하기](/edsc-api/post/posting/post.md)
  * [게시물 조회하기](/edsc-api/post/posting/get.md)
  * [게시물 수정하기](/edsc-api/post/posting/put.md)
  * [게시물 삭제하기](/edsc-api/post/posting/delete.md)
  * [게시물 좋아요 누르기](/edsc-api/post/posting/post-like.md)
  * [게시물 좋아요 취소하기](/edsc-api/post/posting/delete-like.md)
* [댓글](/edsc-api/post/comment.md)
  * [댓글 작성하기](/edsc-api/post/comment/post.md)
  * [대댓글 작성하기](/edsc-api/post/comment/post-child.md)
  * [댓글 수정하기](/edsc-api/post/comment/put.md)
  * [댓글 삭제하기](/edsc-api/post/comment/delete.md)
* [메인 페이지의 게시물 조회하기](/edsc-api/post/get-main.md)

## Category

* [카테고리 관리](/edsc-api/category/manage.md)
  * [카테고리 생성하기](/edsc-api/category/manage/post.md)
  * [카테고리 수정하기](/edsc-api/category/manage/put.md)
  * [카테고리 삭제하기](/edsc-api/category/manage/delete.md)
* [전체 카테고리 목록 조회하기](/edsc-api/category/get.md)
* [하위 카테고리 이름 조회하기](/edsc-api/category/get-level2-name.md)
* [카테고리 별 게시물 조회하기](/edsc-api/category/get-post.md)

## User

* [유저 정보 관리](/edsc-api/user/manage.md)
  * [유저 정보 조회하기](/edsc-api/user/manage/get.md)
  * [유저 정보 수정하기](/edsc-api/user/manage/put.md)
  * [유저 목록 조회하기](/edsc-api/user/get-list.md)
  * [유저 프로필 이미지 수정하기](/edsc-api/user/manage/patch-image.md)
  * [유저 프로필 이미지 삭제하기](/edsc-api/user/manage/delete-image.md)
* [유저의 게시물 조회하기](/edsc-api/user/get-post.md)
* [유저의 좋아요 게시물 조회하기](/edsc-api/user/get-like-post.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://hoit1302.gitbook.io/edsc-api/master.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.
