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

# 소개

아임웹 Rest API는 아임웹이 아닌 다른 서비스에서 아임웹의 각종 데이터 접근 및 수정을 이용할 수 있게 하는 서비스입니다. 이 문서에는 아임웹 RestAPI를 개발자가 사용할 수 있도록 각종 규칙 및 제한사항, 개발 명세 등을 안내합니다.

Rest API와 관련된 문의사항은 언제든지 [고객지원](https://imweb.me/customer)으로 문의 주세요. 👌

{% hint style="info" %}
본 OpenAPI와 개발자 문서는 기능 개선 및 신규 기능 추가가 중단되었습니다.

새로운 버전의 OpenAPI와 개발자 문서를 사용해 주세요. \[[새로운 개발자 문서 바로가기](https://developers-docs.imweb.me/guide/imweb-developers)]
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://old-developers.imweb.me/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
