Command line API
How to run API in CLI mode
You can run the Signal API in command-line mode. This is useful on a remote server where a GUI is not needed.
The simplest command to start this mode is:
Once the API is running, you can interact with it in two ways:
- Use the Signal endpoints to read and change settings, manage the connection, send transactions, and perform other operations
- Press
CTRL + Cto stop the API Signal provides a complete set of endpoints for working with the API without a graphical interface. Find the latest Postman collection on the download page.
It is also recommended to set up a custom config and, when needed, use a dedicated specification file for API mode.