Instant API: Non-Persistent Mode
Last updated
Was this helpful?
Last updated
Was this helpful?
Instant API, or non-persistent operation mode, has been introduced in API 6.0.1. It is a mode where we do not save any data everywhere. All data is being used only within a request: you send it, receive the response, and that's all, nothing gets recorded. This ensures you do not store any sensitive data, which might be crucial for GDPR compliance. Also, it significantly reduces storage requirements. Authorization for Instant API should be set on your side.
To enable this mode, when you prepare the config.py file to run the API, set the OZ_APP_COMPONENTS
parameter to stateless
. Call /api/instant/folders/
to send the request without saving any data.
if you use Instant API with Web SDK, in Web Adapter , set architecture
to lite
. The version of Web SDK should be 1.7.13 or above.
These are minimal Instant API requirements. The following hardware configuration alllow performing up to 58 analyses per minute with up to three analyses working simultaneously.
CPU: 16 cores, 32 threads, base frequency – 2.3 GHz, single-core maximum turbo frequency – 4 GHz.
RAM: 32 GB, DDR 5, Dual Channel.