> ## Documentation Index
> Fetch the complete documentation index at: https://www.conductor.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuration API playground

> Interactive reference for Conductor's shared configuration endpoints—accounts, web properties, and search scope.

These configuration-related endpoints return the accounts, web properties, and search scopes you use to build and filter requests across Conductor's API. They are globally useful to discover valid IDs and values for both the [Data API](/api/data-api/playground) and [Content API](/api/content-api/playground). Each endpoint lets you access the API playground using the **Try it** form—see [Using the playground](/api/using-the-playground) for how to authenticate and send requests.

<Note>
  Configuration endpoints are asynchronous: submit a POST to receive an `executionId`, then poll until results are ready. See [Asynchronous queries](/api/async-queries) for the full flow.
</Note>

## Endpoints

* Web Properties: [/data-api/v1/async/web\_properties\_config](/api/config-api/endpoints/web_properties_config)
* Comparison Web Properties: [/data-api/v1/async/comparison/web\_properties\_config](/api/config-api/endpoints/comparison_web_properties_config)
* Keyword Search: [/data-api/v1/async/keyword\_search\_config](/api/config-api/endpoints/keyword_search_config)
* AI Search: [/data-api/v1/async/ai\_search\_config](/api/config-api/endpoints/ai_search_config)
