# GET /api/knowledge-base/categories/search/{keyword} > Knowledge Base - Search Categories - **Endpoint:** `GET /api/knowledge-base/categories/search/{keyword}` - **Group:** Knowledge Base - **Since:** v1.0.0 - **Defined in:** `RestApi/Controllers/KnowledgeBaseController.php` ## Headers | Field | Type | Description | | --- | --- | --- | | `authtoken` | String | Authentication token, generated from admin area | ## Parameters | Field | Type | Required | Description | | --- | --- | --- | --- | | `keyword` | String | yes | Search keywords, matched against title and description | | `type` | String | no | Optional area filter, knowledge_base or help | | `include_internal` | Boolean | no | Optional, set to 1 to search the internal help area too | ## Request example ```bash curl -X GET "https://yoursite.com/index.php/api/knowledge-base/categories/search/acme" \ -H "authtoken: YOUR_API_TOKEN" ``` --- Part of the [REST API for RISE CRM](https://risecrm.themesic.com/apiguide/) documentation. Full page: https://risecrm.themesic.com/apiguide/knowledge-base/search-knowledge-base-categories/