# uPrism API 개발자 가이드 문서

### 안녕하세요 uPrism.io 입니다.

uPrism.io는 개발하는 어플리케이션에 화상회의 서비스를 쉽게 도입할 수 있도록 API를 제공하고 있습니다.

uPrism.io 에서 제공하는 REST API를 이용하여 어플리케이션 서버에서 API를 이용하여 화상회의에 필요한 자원을  가져올 수 있습니다.


---

# 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://uprism-io.gitbook.io/uprism-io/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.
