--- title: Coveo for Sitecore APIs slug: '2129' canonical_url: https://docs.coveo.com/en/2129/ collection: coveo-for-sitecore-v5 source_format: adoc --- # Coveo for Sitecore APIs The Coveo for Sitecore package includes APIs to configure the solution and perform actions through code. This article describes the service APIs that are available and how to use them. ## Coveo for Sitecore Configuration Service API The Configuration Service API is used to activate and configure your Coveo for Sitecore installation (see [Activate silently](https://docs.coveo.com/en/2484/)). You can access the Swagger UI documentation endpoint of this API at `\http:///coveo/api/config/docs/index`, where `` is replaced with your Sitecore instance name. ## Coveo for Sitecore Indexes Service API The Indexes Service API is used to gather information or perform actions related to fields, indexes, and security identities. You can access the Swagger UI documentation endpoint of this API at `\http:///coveo/api/index/docs/index`, where `` is replaced with your Sitecore instance name. ## Disabling the Swagger UI documentation endpoint To disable the Swagger UI documentation endpoint . Open the `/App_Config/Include/Coveo/Coveo.Service.Api.ConfigService.config` file. . Comment out the element below. ```xml ``` The result should look like this: ```xml ```