# Verkada Command API

해당 [Verkada 애플리케이션 프로그래머 인터페이스(API)](https://apidocs.verkada.com/reference/introduction) Command 플랫폼 및 Verkada 기기와 프로그래밍 방식으로 상호작용할 수 있게 해줍니다. 이를 통해 데이터를 추출하고, 작업을 자동화하며, 다른 제품과 안전하고 확장 가능한 방식으로 통합할 수 있습니다.

API는 **RE**표현 **센**tate **T**ransfer (REST) 기반이며, JavaScript Object Notation(JSON)으로 인코딩된 응답을 반환하고 표준 Hypertext Transfer Protocol Secure(HTTP) 응답 코드를 사용합니다.

***

{% hint style="info" %}
**작동하는 모습을 보고 싶으신가요?** 다음 항목을 확인해 보세요 [동영상 튜토리얼](https://www.youtube.com/watch?v=pfpREEcj11M).
{% 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://help.verkada.com/command/ko/organization-settings/verkada-command-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.
