# 픽미업 API 문서

![pickmeup logo](/files/-MQXXbKJqoQAbynrdEn1)

## Table of contents

* [픽미업 API 문서](/pickmeup-api/master.md)

### projects

* [게시물](/pickmeup-api/projects/posting.md)
  * [게시물 생성](/pickmeup-api/projects/posting/post.md)
  * [게시물 읽기](/pickmeup-api/projects/posting/get.md)
  * [게시물 수정](/pickmeup-api/projects/posting/put.md)
  * [게시물 이미지 수정](/pickmeup-api/projects/posting/image-patch.md)
  * [게시물 삭제](/pickmeup-api/projects/posting/delete.md)
  * [게시물 이미지 삭제](/pickmeup-api/projects/posting/image-delete.md)
  * [게시물 목록 불러오기](/pickmeup-api/projects/posting/list.md)
* [댓글](/pickmeup-api/projects/comments.md)
  * [댓글 생성](/pickmeup-api/projects/comments/post.md)
  * [댓글 읽기](/pickmeup-api/projects/comments/get.md)
  * [댓글 수정](/pickmeup-api/projects/comments/put.md)
  * [댓글 삭제](/pickmeup-api/projects/comments/delete.md)

### portfolios

* [게시물](broken://pages/-MTddP0AX41nyo8hoeI_)
  * [게시물 생성](/pickmeup-api/portfolios/posting/post.md)
  * [게시물 읽기](/pickmeup-api/portfolios/posting/get.md)
  * [게시물 이미지 추가](/pickmeup-api/portfolios/posting/image-post.md)
  * [게시물 수정](/pickmeup-api/portfolios/posting/put.md)
  * [게시물 이미지 수정](/pickmeup-api/portfolios/posting/image-patch.md)
  * [게시물 삭제](/pickmeup-api/portfolios/posting/delete.md)
  * [게시물 이미지 삭제](/pickmeup-api/portfolios/posting/image-delete.md)
  * [게시물 목록 불러오기](/pickmeup-api/portfolios/posting/list.md)
* [댓글](broken://pages/-MTddP0J1UGveTxoQysV)
  * [댓글 생성](/pickmeup-api/portfolios/comments/post.md)
  * [댓글 읽기](/pickmeup-api/portfolios/comments/get.md)
  * [댓글 수정](/pickmeup-api/portfolios/comments/put.md)
  * [댓글 삭제](/pickmeup-api/portfolios/comments/delete.md)

### login

* [로그인](/pickmeup-api/login/undefined.md)

### users

* [유저 정보 불러오기](/pickmeup-api/users/get.md)
* [유저 프로필 이미지 수정하기](/pickmeup-api/users/image-patch.md)
* [유저 프로필 이미지 삭제하기](/pickmeup-api/users/image-delete.md)
* [유저 정보 수정하기](/pickmeup-api/users/put.md)
* [유저의 프로젝트 게시물 불러오기](/pickmeup-api/users/user_projects.md)
* [유저의 포트폴리오 게시물 불러오기](/pickmeup-api/users/user_portfolios.md)

### tags

* [HOT한 태그 불러오기](/pickmeup-api/tags/hot.md)


---

# 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://chorom-m-ham.gitbook.io/pickmeup-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.
