> ## 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.

# Data API playground

> Interactive reference for Conductor's Data API reporting endpoints.

The Data API endpoints let you analyze how your brand appears in traditional organic search and in AI-generated search responses. To discover the accounts, web properties, and search scope you filter these requests by, use the shared [Configuration API Reference](/api/config-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>
  Data API 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

**AI Search**

* AI Search - Brands: [/data-api/v1/async/ai\_search\_brands](/api/data-api/endpoints/ai_search_brands)
* AI Search - Citations: [/data-api/v1/async/ai\_search\_citations](/api/data-api/endpoints/ai_search_citations)
* AI Search - Response: [/data-api/v1/async/ai\_search\_response](/api/data-api/endpoints/ai_search_response)
* AI Search - Sentiments: [/data-api/v1/async/ai\_search\_sentiments](/api/data-api/endpoints/ai_search_sentiments)

**Traditional SEO**

* Keyword Rankings: [/data-api/v1/async/keyword\_rankings](/api/data-api/endpoints/keyword_rankings)
* Highest Ranking URL per Keyword: [/data-api/v1/async/highest\_ranking\_url\_per\_keyword](/api/data-api/endpoints/highest_ranking_url_per_keyword)

To resolve the accounts, web properties, and search scope these endpoints filter by, see the [Configuration API Reference](/api/config-api/playground).
