# PTAL - API Spec

이 문서는 PTAL 플랫폼이 제공하는 다양한 기능들을 외부 애플리케이션이나 서비스가 어떻게 사용하고 연동할 수 있는지 상세하게 정의합니다. 각 API 엔드포인트(접근 경로), 요청 시 필요한 정보(파라미터, 요청 본문), 그리고 서버로부터 받게 될 응답 형식(성공 및 오류 포함) 등을 기술합니다.

이를 통해 개발자들은 PTAL 플랫폼의 기능을 자신의 서비스에 통합하거나, 플랫폼과 상호작용하는 새로운 도구를 개발할 수 있습니다.


---

# 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://jihongs-organization.gitbook.io/api-docs/readme.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.
