Getting Started
Three things you need before you start calling the API:
- A Signus workspace (sign up if you don’t have one).
- Organization Admin access on that workspace — the developer settings are admin-only.
- An API key and your Account ID, both available from Settings → Developer. See the Developer Settings overview or jump straight to API Keys.
Then head to the Quickstart to send your first request.
Base URL
- API:
https://api.signus.ai - Interactive reference: api.signus.ai/docs
All public API endpoints are scoped by your account:
https://api.signus.ai/v1/accounts/{ACCOUNT_ID}/...The ACCOUNT_ID is shown in Settings → Developer. See
Developer Settings → Account ID.
Reference implementation
Our official SDKs are in the works. In the meantime, the signus-api-nodejs-example repo is the canonical reference for calling the API from Node.js — clone it, plug in your key, and you have a working integration in minutes.