Skip to main content
POST
Run a command in-game as virtual server management

Authorizations

server-key
string
header
required

REQUIRED ON ALL REQUESTS. Get your server key at https://erlc.link/sk

Headers

Authorization
string

OPTIONAL. ONLY provide this header if you are creating a public app (used in many unique servers). Register your app at https://apidocs.erlc.gg/creating-public-applications.

Body

application/json

Command to be executed

command
string

The command to be executed

Example:

":h Hey everyone!"

Response

Command executed successfully

message
string

A message explaining the status of your command

Example:

"Success"