Nvisy Server

Enterprise-grade document redaction deployed entirely on your infrastructure. Maximum security, complete data sovereignty, full customization. Perfect for organizations with strict compliance requirements and air-gapped environments.

Two Ways to Deploy

Choose between running the open-source version for free or get enterprise support with our licensed deployment.

GitHub

Open Source

MIT Licensed

Run Nvisy Server for free using our open-source release. Perfect for testing, development, or small-scale deployments. Deploy using Docker for quick setup.

Free to use and modify
Docker container support
Community support
Self-managed updates
Recommended for Enterprise

Enterprise License

View Pricing

Get enterprise-grade support, custom deployment assistance, and priority access to new features. Perfect for production deployments.

24/7 enterprise support
Deployment assistance
Priority feature access
Contact Sales

Complete Control & Flexibility

Deploy on your infrastructure with full customization capabilities. Perfect for organizations with strict security and compliance requirements.

Advanced Security

Security-first architecture with , , and comprehensive for maximum data protection.

Compliance Ready

Built with compliance frameworks in mind to help meet regulatory requirements like , , and industry standards.

Enterprise Integration

Integrate with existing enterprise systems through robust , support, and capabilities.

Scalable Performance

Handle enterprise-scale document processing with and architecture designed for growth.

Dedicated Support

Get the support your enterprise needs with dedicated , priority assistance, and .

Flexible Deployment

Deploy on your terms with flexible options including cloud, , or installations to meet specific requirements.

Flexible Integration

Self-hosted server with the same powerful APIs as Nvisy Cloud. Integrate seamlessly into your infrastructure.

Sync documents
Nov 26 00:17:45
via
Google Drive
Process redactions
Nov 26 00:17:45
via
Nvisy Cloud
Send notification
Nov 26 00:17:45
via
Slack

Integrations

Connect with your favorite tools and platforms. Integrate Nvisy seamlessly with cloud storage, collaboration tools, and enterprise software.

Learn More

Webhooks

Build powerful automations with real-time webhooks. Receive instant notifications for document processing events and trigger custom workflows.

Learn More

Compatible SDKs

Use the same TypeScript and Python SDKs as Nvisy Cloud. Simply point to your server endpoint.

import { NvisyClient } from '@nvisy/sdk';

// Initialize the client
const client = new NvisyClient({
  apiKey: process.env.NVISY_API_KEY,
});

// Redact a document
const result = await client.documents.redact({
  file: './sensitive-document.pdf',
  redactionTypes: ['PII', 'PHI', 'CREDIT_CARD'],
  outputFormat: 'pdf',
});

console.log('Document redacted:', result.documentId);
console.log('Download URL:', result.downloadUrl);
from nvisy import NvisyClient
import os

# Initialize the client
client = NvisyClient(api_key=os.getenv('NVISY_API_KEY'))

# Redact a document
result = client.documents.redact(
    file='./sensitive-document.pdf',
    redaction_types=['PII', 'PHI', 'CREDIT_CARD'],
    output_format='pdf'
)

print(f'Document redacted: {result.document_id}')
print(f'Download URL: {result.download_url}')
# Redact a document
curl -X POST https://api.nvisy.com/v1/documents/redact \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: multipart/form-data" \
  -F "file=@./sensitive-document.pdf" \
  -F "redaction_types=PII,PHI,CREDIT_CARD" \
  -F "output_format=pdf"

# Response
# {
#   "document_id": "doc_abc123",
#   "download_url": "https://api.nvisy.com/v1/documents/doc_abc123/download",
#   "status": "completed"
# }
Loading code...

Enterprise Support

Get dedicated support for your on-premise deployment. Source code access, custom modifications, and priority assistance available.

On-Premise Deployment

Deploy our cloud platform within your own infrastructure for maximum security and control.

  • Full platform deployment
  • Your infrastructure
  • Complete data control

Source Code Access

Source code available on demand for security reviews and compliance audits.

  • Security audits
  • Compliance reviews
  • Custom modifications

Special Pricing

Tailored pricing for large enterprises with volume discounts and custom terms.

  • Volume discounts
  • Custom contracts
  • Flexible terms

Ready to Deploy Nvisy Server?

Start with the open-source version or contact us for enterprise deployment assistance.