> For the complete documentation index, see [llms.txt](https://doc.ozforensics.com/oz-knowledge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.ozforensics.com/oz-knowledge/guides/developer-guide/sdk/sdk-integration-flows-on-premise.md).

# SDK Integration Flows (On-Premise)

Oz SDKs handle media capture on the client side and communicate with Oz API to run liveness and biometric analyses. These guides walk through the end-to-end integration flow for each SDK in an on-premise deployment — from session initialization and capture to submitting the analysis request and retrieving results.

Each guide covers both API modes (Instant and full) and the available integration topologies, so you can see who talks to whom at every step and choose the setup that fits your data-handling requirements. The recommended default for both SDKs is the `capture` topology with Instant API.

Select your SDK to view its flow:

{% content-ref url="/pages/6d647d70fadc1889e15f189ff878e954a48f8821" %}
[Integration Flow Examples for Mobile SDKs](/oz-knowledge/guides/developer-guide/sdk/sdk-integration-flows-on-premise/integration-flow-examples-for-mobile-sdks.md)
{% endcontent-ref %}

{% content-ref url="/pages/2d41cfea73cb94210938bbe477fab86d020beb2c" %}
[Integration Flow Examples for Web SDK](/oz-knowledge/guides/developer-guide/sdk/sdk-integration-flows-on-premise/integration-flow-examples-for-web-sdk.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://doc.ozforensics.com/oz-knowledge/guides/developer-guide/sdk/sdk-integration-flows-on-premise.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
