|
5 | 5 |
|
6 | 6 | <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 |
7 | 7 |
|
8 | | - The version of the OpenAPI document: 6.2.0 |
| 8 | + The version of the OpenAPI document: 7.2.0 |
9 | 9 | Generated by: https://openapi-generator.tech |
10 | 10 | """ |
11 | 11 |
|
@@ -39,6 +39,7 @@ def __init__(self, api_client=None): |
39 | 39 | def healthz(self, **kwargs): # noqa: E501 |
40 | 40 | """Server healthcheck # noqa: E501 |
41 | 41 |
|
| 42 | + The `/api/healthz` endpoint performs a server health check, providing details such as the application name, license ID, serial number, validity, and product version. <br><br>Comprehensive information about service diagnostics is available on the [Monitoring page](https://docs.regulaforensics.com/develop/face-sdk/web-service/administration/monitoring/). # noqa: E501 |
42 | 43 | This method makes a synchronous HTTP request by default. To make an |
43 | 44 | asynchronous HTTP request, please pass async_req=True |
44 | 45 |
|
@@ -68,6 +69,7 @@ def healthz(self, **kwargs): # noqa: E501 |
68 | 69 | def healthz_with_http_info(self, **kwargs): # noqa: E501 |
69 | 70 | """Server healthcheck # noqa: E501 |
70 | 71 |
|
| 72 | + The `/api/healthz` endpoint performs a server health check, providing details such as the application name, license ID, serial number, validity, and product version. <br><br>Comprehensive information about service diagnostics is available on the [Monitoring page](https://docs.regulaforensics.com/develop/face-sdk/web-service/administration/monitoring/). # noqa: E501 |
71 | 73 | This method makes a synchronous HTTP request by default. To make an |
72 | 74 | asynchronous HTTP request, please pass async_req=True |
73 | 75 |
|
@@ -164,6 +166,7 @@ def healthz_with_http_info(self, **kwargs): # noqa: E501 |
164 | 166 | def readyz(self, **kwargs): # noqa: E501 |
165 | 167 | """License healthcheck # noqa: E501 |
166 | 168 |
|
| 169 | + The `/api/readyz` endpoint checks the license's health to determine if the application is ready for operation. It validates the license and returns a response indicating whether the license is valid (`200`) or invalid (`400`). # noqa: E501 |
167 | 170 | This method makes a synchronous HTTP request by default. To make an |
168 | 171 | asynchronous HTTP request, please pass async_req=True |
169 | 172 |
|
@@ -193,6 +196,7 @@ def readyz(self, **kwargs): # noqa: E501 |
193 | 196 | def readyz_with_http_info(self, **kwargs): # noqa: E501 |
194 | 197 | """License healthcheck # noqa: E501 |
195 | 198 |
|
| 199 | + The `/api/readyz` endpoint checks the license's health to determine if the application is ready for operation. It validates the license and returns a response indicating whether the license is valid (`200`) or invalid (`400`). # noqa: E501 |
196 | 200 | This method makes a synchronous HTTP request by default. To make an |
197 | 201 | asynchronous HTTP request, please pass async_req=True |
198 | 202 |
|
|
0 commit comments