Build on Nexus.
Programmatic access to your workspace — read nodes, create documents, automate workflows. The API is in early beta.
The REST API is in beta. Endpoints and authentication may change with notice.
Authentication
All API requests are authenticated using a Bearer token. Generate a personal access token from your workspace settings.
Tokens are scoped to a single workspace and inherit the requesting user's permissions. Treat them like passwords — store securely, rotate regularly.
All API traffic is over HTTPS. Requests over HTTP are rejected.
Endpoints
Base URL: https://api.usenexus.app
GET
/v1/workspacesBetaGET
/v1/workspaces/:id/nodesBetaGET
/v1/nodes/:idBetaPOST
/v1/nodesBetaPATCH
/v1/nodes/:idBetaDELETE
/v1/nodes/:idBetaGET
/v1/nodes/:id/contentComing soonGET
/v1/workspaces/:id/membersComing soonResources
Full reference
Complete endpoint documentation with examples, request/response schemas, and error codes.
Read the docs →TypeScript SDK
Official SDK for Node.js and browser environments. Typed, tree-shakeable, actively maintained.
Coming soonWebhooks
Receive real-time notifications when nodes are created, updated, or deleted in your workspace.
Coming soonAPI questions? api@usenexus.app