Node.js Example
The signus-api-nodejs-example repo is a working, end-to-end reference for calling the Signus API from Node.js. It’s the fastest way to see a real integration without writing one from scratch.
What it covers
- Authenticating with an API key
- Creating an envelope from a local file
- Adding recipients and routing order
- Polling or subscribing to envelope status
- Downloading the signed PDF and audit trail
Run it
Clone
git clone https://github.com/signus-team/signus-api-nodejs-example.git
cd signus-api-nodejs-exampleConfigure
cp .env.example .envOpen .env and paste your API key (see API Keys if you
don’t have one yet).
Install and run
npm install
npm startUse it as a template
The repo is intentionally minimal — copy the request patterns you need into your own app rather than depending on it at runtime. Official, versioned SDKs will replace it once they ship.