Documentation for the Nvisy multimodal redaction platform.
Guides, API reference, and SDK documentation, built with Mintlify and deployed to docs.nvisy.com.
The published source for docs.nvisy.com. Pages are
MDX files whose paths match the entries under navigation in
docs.json, which also holds theming, tabs, and the anchors.
The API reference is generated from
api-reference/openapi.json, regenerated from a
running server rather than edited by hand.
Warning
Active development: API not stable. This project is under active
development. Public APIs, configuration shapes, on-disk formats, and
wire protocols may change without notice between releases. Pages here
track main and may describe unreleased behavior.
Overview
Introduction, quickstart, and FAQ.
Features
Redaction workflow, AI detection, supported formats, audit trails, and integrations.
Deployment
Cloud and on-premise setup, requirements, and installation.
API Reference
REST endpoints, generated from the OpenAPI specification.
SDKs
TypeScript, Python, and Rust quickstarts, API references, and examples.
Install the Mintlify CLI and start the dev server on localhost:3000:
make install
make devValidate the OpenAPI spec and check for broken internal links before opening a pull request:
make checkThe specification is generated from a running server, never written by hand. Regenerate it against production or a local instance:
make generate # from https://api.nvisy.com
make generate-local # from http://127.0.0.1:8080Both fetch the spec, pretty-print it, and validate the result before writing.
An invalid spec leaves the existing
api-reference/openapi.json untouched.
Endpoint pages are rendered from that file at build time, so a regenerated spec
is the only change needed when the API surface moves. The
nvisycom/sdk-ts client is the reference
for how the API is meant to be called.
- License: MIT, see LICENSE
Deploys happen automatically on merge to main via the Mintlify GitHub app.
- Documentation: docs.nvisy.com
- Email: support@nvisy.com
- API Status: nvisy.openstatus.dev