Skip to content

Repository files navigation

Nvisy Docs

Documentation for the Nvisy multimodal redaction platform.

Guides, API reference, and SDK documentation, built with Mintlify and deployed to docs.nvisy.com.

nvisy.com · 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.

Contents

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.

Quick Start

Install the Mintlify CLI and start the dev server on localhost:3000:

make install
make dev

Validate the OpenAPI spec and check for broken internal links before opening a pull request:

make check

OpenAPI

The 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:8080

Both 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.

Project

Deploys happen automatically on merge to main via the Mintlify GitHub app.

Support

About

Official documentation for Nvisy. Setup and self-hosting guides, SDK usage, redaction-policy reference, and a full OpenAPI spec. Built with Mintlify.

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Contributors

Languages

Generated from mintlify/starter