Skip to Content
Getting StartedGetting Started

Getting Started

Three things you need before you start calling the API:

  1. A Signus workspace (sign up  if you don’t have one).
  2. Organization Admin access on that workspace — the developer settings are admin-only.
  3. 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

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.