Framework Integrations
Drop-in examples for integrating Nyoxis into your existing application. Each guide includes an install step, a ready-to-use middleware or hook, and notes for acting on the verdict.
Drop-in request middleware for Express 4 and 5.
View guide →ASGI middleware using httpx for async calls.
View guide →Middleware transform using reqwest for Rust services.
View guide →Before-request hook using the requests library.
View guide →MIDDLEWARE class compatible with Django 3.2+.
View guide →NestJS guard with HttpService integration.
View guide →Composable middleware for Hono v3 and v4.
View guide →Koa middleware using native fetch.
View guide →Gin middleware using net/http.
View guide →Rack middleware compatible with Rails 6+.
View guide →Don't see your framework? Every integration follows the same pattern: POST the request context to /v0/predict, then act on the risk field. Check the API Reference to build your own.