Search
API Docs
Toggle theme
Search
API Documentation & Tester
Explore and test the ShellBase API endpoints.
GET
/api/categories
Retrieves a list of all command categories.
GET
/api/categories/:categorySlug
Retrieves subcommands for a specific category.
GET
/api/commands/:commandSlug
Retrieves detailed information for a specific command.
GET
/api/search?q=:query
Searches for categories and commands based on a query string.