BROWSE DOCUMENTATION
Documentation / Commands

Commands

Choose a command to see its usage, complete Python client, response shape, errors, and safety notes.

Every command is sent as one text message. The server responds with one JSON object. Command names are case-insensitive, but the examples use the names shown by the application.

Usage

Commands format are usually:

Text
<command_name> <args>

Optionally, if Require Password is enabled:

Text
AUTH {password} | <command_name> <args>

Commands