IMPORTANT: New domain, api.erlc.gg - move your apps before May 11th! Learn more
IMPORTANT: New domain, api.erlc.gg - move your apps before May 11th! Learn more
curl --request POST \
--url https://api.erlc.gg/v1/server/command \
--header 'Content-Type: application/json' \
--header 'server-key: <api-key>' \
--data '
{
"command": ":h Hey everyone!"
}
'{
"message": "Success"
}Documentation Index
Fetch the complete documentation index at: https://apidocs.erlc.gg/llms.txt
Use this file to discover all available pages before exploring further.
REQUIRED ON ALL REQUESTS. Get your server key at https://erlc.link/sk
Command to be executed
The command to be executed
":h Hey everyone!"
Command executed successfully
A message explaining the status of your command
"Success"
curl --request POST \
--url https://api.erlc.gg/v1/server/command \
--header 'Content-Type: application/json' \
--header 'server-key: <api-key>' \
--data '
{
"command": ":h Hey everyone!"
}
'{
"message": "Success"
}