Getting Started
The ImperialCAD API is designed to give communities fast, reliable access to core features while preventing misuse and protecting system performance.
Setup & Convars
Server.cfg Configuration
setr imperial_community_id "YOUR_COMMUNITY_ID"
set imperialAPI "YOUR_API_SECRET"Accessing Convars
local communityId = GetConvar("imperial_community_id", "")
local apiKey = GetConvar("imperialAPI", "") -- server-side only
print("ImperialCAD Community ID:", communityId)
print("ImperialCAD API Key:", apiKey ~= "")API Authorization
Rate Limits
200 OK - Rate Limiting Responses
400 Bad Request - Workflow Not Executed
Licensing
Last updated