Build upon secure cloud storage.

Integrate NexusVault capabilities directly into your application. Manage files, automate folder structures, and generate secure sharing links programmatically.

Read the Docs View API Reference
curl -X POST https://api.example.com/files \
  -H "Authorization: Bearer sk_demo_a1b2c3d4e5f6g7h8i9j0" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "report.pdf",
    "folder_id": "fld_9A8B7C6D",
    "encrypted": true
  }'

Official SDKs

Integrate faster with our typed client libraries. (Static mockup only)

Node.js
npm install nexus-api-node
Python
pip install nexus-api-python
Go
go get github.com/nexus/api-go

Authentication

Authenticate your API requests using a Bearer token. You can generate API keys in your NexusVault developer dashboard.

Authorization: Bearer sk_demo_xxxxxxxxxxxxxxxxxxxx