> For the complete documentation index, see [llms.txt](https://emstone.gitbook.io/guide-jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emstone.gitbook.io/guide-jp/nvr-vms/http-api.md).

# HTTP APIを使用する

HTTP APIを利用して映像ストリーミング、イベント制御など各種データを活用できます。

HTTP APIを使用するとき、HTTP Basic/Digenst認証が必要です。

そのユーザーはシステム設定権限が必要です。

以下のHTTP APIドキュメントご参照ください。

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>NVR HTTP API - EMSTONE Technical Documents</td><td></td><td></td><td><a href="https://www.emstone.com/docs/dvr/http/#nvr-http-api">https://www.emstone.com/docs/dvr/http/#nvr-http-api</a></td></tr></tbody></table>


---

# 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:

```
GET https://emstone.gitbook.io/guide-jp/nvr-vms/http-api.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.
