# 소개

아임웹 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: 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://old-developers.imweb.me/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.
