# Oz API vs. Oz API Lite

Liveness and Face Matching can also be provided by the Oz API Lite module. Oz API Lite is conceptually different from Oz API.

* Fully stateless, no persistence,
* Extremely easy to scale horizontally,
* No built-in authentication and access management,
* Works with single images, not videos.

<figure><img src="/files/-MbkGTcNSLDL0PNGsT3L" alt=""><figcaption></figcaption></figure>

Oz API Lite is suitable when you want to embed it into your product and/or have extremely high performance requirements (millions checks per week).

For more details, please refer to the [Oz API Lite Developer Guide](/oz-knowledge/guides/developer-guide/api/oz-api-lite.md).<br>


---

# 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://doc.ozforensics.com/oz-knowledge/general/readme/oz-api-vs.-oz-api-lite.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.
