# Conductor Developer Experience ## Docs - [Conductor's APIs for Non-Developers](https://www.conductor.com/docs/api/api-non-developers.md): Use the interactive API playground to explore and test API endpoints without writing code. - [Asynchronous queries](https://www.conductor.com/docs/api/async-queries.md): Understand the async execution model for long-running Data API queries. - [Authentication](https://www.conductor.com/docs/api/authentication.md): Learn how to authenticate securely with Conductor's API. - [AI Search](https://www.conductor.com/docs/api/config-api/endpoints/ai_search_config.md): Execute an asynchronous query against AI search configuration metadata. The response schema varies based on the `config_type` parameter. This endpoint follows the asynchronous query flow. - [Comparison Web Properties](https://www.conductor.com/docs/api/config-api/endpoints/comparison_web_properties_config.md): Execute an asynchronous query against the comparison web properties config dataset to get comparison web properties having associated owned web properties. This endpoint follows the asynchronous query flow. - [Keyword Search](https://www.conductor.com/docs/api/config-api/endpoints/keyword_search_config.md): Execute an asynchronous query against keyword tracking configuration metadata. The response schema varies based on the `config_type` parameter. This endpoint follows the asynchronous query flow. - [Web Properties](https://www.conductor.com/docs/api/config-api/endpoints/web_properties_config.md): Execute an asynchronous query against the web properties config dataset to get owned web properties. This endpoint follows the asynchronous query flow. - [Configuration API playground](https://www.conductor.com/docs/api/config-api/playground.md): Interactive reference for Conductor's shared configuration endpoints—accounts, web properties, and search scope. - [Content API Quick Start Guide](https://www.conductor.com/docs/api/content-api-guide.md): How to string the Content API endpoints together end to end — what to call, and in what order, to research, create, analyze, and optimize a draft. - [Create a content generation](https://www.conductor.com/docs/api/content-api/endpoints/create-content-generation.md): Generate content for a draft. The request body is a discriminated union on `mode`: `generate_draft`, `revise_draft`, `generate_content_outline`, `generate_meta_descriptions`, `generate_title_tags`, `expand_text`, or `shorten_text`. - [Create content profile](https://www.conductor.com/docs/api/content-api/endpoints/create-content-profile.md): Creates a content profile for the account. - [Create a draft](https://www.conductor.com/docs/api/content-api/endpoints/create-draft.md): Creates a new writing assistant draft. Use the "Get SERP URLs" endpoint to research and select the target keyword phrases and competitor URLs used to generate insights from for this draft. - [Delete content profile](https://www.conductor.com/docs/api/content-api/endpoints/delete-content-profile.md): Soft-deletes a content profile so it no longer appears in listings. - [Delete a draft](https://www.conductor.com/docs/api/content-api/endpoints/delete-draft.md): Deletes a writing assistant draft and its persisted content. - [Generate content score](https://www.conductor.com/docs/api/content-api/endpoints/generate-content-score.md): Evaluate content (title, meta description, body copy) for a draft and return scoring insights across multiple dimensions. - [Get content profile](https://www.conductor.com/docs/api/content-api/endpoints/get-content-profile.md): Returns a single content profile by id. - [Get a draft](https://www.conductor.com/docs/api/content-api/endpoints/get-draft.md): Fetches a specific writing assistant draft by its unique identifier. - [Get content insights](https://www.conductor.com/docs/api/content-api/endpoints/get-insights.md): Retrieve results of a previously submitted insight generation request. - [Anchor text and URL recommendations](https://www.conductor.com/docs/api/content-api/endpoints/get-internal-link-recommendations.md): Get anchor text and URL recommendations for a given block of text using the customer's embedded pages. - [Get SERP URLs](https://www.conductor.com/docs/api/content-api/endpoints/get-serp-urls.md): Retrieves SERP URLs for multiple queries. This is a pre-requisite for creating a draft. Use this endpoint to research and select the target keyword phrases and competitor URLs the draft is optimized for. - [List content profiles](https://www.conductor.com/docs/api/content-api/endpoints/list-content-profiles.md): Returns all non-deleted content profiles for the account. - [List drafts](https://www.conductor.com/docs/api/content-api/endpoints/list-drafts.md): Retrieves all writing assistant drafts associated with the account. - [Request content insights](https://www.conductor.com/docs/api/content-api/endpoints/request-insights.md): Submit a request to generate content insights for a draft. - [Update content profile](https://www.conductor.com/docs/api/content-api/endpoints/update-content-profile.md): Updates the properties of an existing content profile. - [Update a draft](https://www.conductor.com/docs/api/content-api/endpoints/update-draft.md): Updates properties of a writing assistant draft. - [Update an insight](https://www.conductor.com/docs/api/content-api/endpoints/update-insight.md): Apply a change to a specific insight, identified by insightType in the request body. - [Validate content guidance](https://www.conductor.com/docs/api/content-api/endpoints/validate-content-guidance.md): Validate on-page content (title, meta description, body copy) against Content Guidance recommendations for a given request. - [Content API playground](https://www.conductor.com/docs/api/content-api/playground.md): Interactive reference for Conductor's Content API draft, insight, generation, guidance, scoring, profile, internal linking, and SERP endpoints. - [AI Search - Brands](https://www.conductor.com/docs/api/data-api/endpoints/ai_search_brands.md): Execute a query to retrieve brand-focused data from AI search responses, including only own brand entities. This endpoint follows the asynchronous query flow. - [AI Search - Citations](https://www.conductor.com/docs/api/data-api/endpoints/ai_search_citations.md): Execute a query to retrieve citation-focused data from AI search responses. This endpoint follows the asynchronous query flow. - [AI Search - Response](https://www.conductor.com/docs/api/data-api/endpoints/ai_search_response.md): Execute a query to retrieve response-focused data from AI search responses. This endpoint follows the asynchronous query flow. - [AI Search - Sentiments](https://www.conductor.com/docs/api/data-api/endpoints/ai_search_sentiments.md): Execute a query to retrieve brand sentiments extracted from AI search responses. Each row represents a single sentiment mention for a brand within an AI response, including optional snippet and its source. This endpoint follows the asynchronous query flow. - [Highest Ranking URL per Keyword](https://www.conductor.com/docs/api/data-api/endpoints/highest_ranking_url_per_keyword.md): Execute an asynchronous query against the keyword rankings dataset to get highest ranking URL per keyword. This endpoint follows the asynchronous query flow. - [Keyword Rankings](https://www.conductor.com/docs/api/data-api/endpoints/keyword_rankings.md): Execute an asynchronous query against the keyword rankings dataset to get detailed SERP information. This endpoint follows the asynchronous query flow. - [Data API playground](https://www.conductor.com/docs/api/data-api/playground.md): Interactive reference for Conductor's Data API reporting endpoints. - [Introduction to Conductor's API](https://www.conductor.com/docs/api/introduction.md): Connect Conductor's search and content intelligence to your stack—automated, on-demand, and ready for any BI tool, dashboard, or content workflow. - [Rate Limits](https://www.conductor.com/docs/api/rate-limits.md): Understand the global rate limits that apply to every API key and how to budget your calls. - [Using the playground](https://www.conductor.com/docs/api/using-the-playground.md): How to authenticate and send requests in Conductor's interactive API playground. - [Conductor Developer Experience](https://www.conductor.com/docs/index.md): Conductor Developer Experience documentation home. - [ChatGPT](https://www.conductor.com/docs/mcp/chatgpt.md): Set up Conductor's MCP with ChatGPT. - [Claude](https://www.conductor.com/docs/mcp/claude.md): Set up Conductor's MCP with Claude. - [Copilot](https://www.conductor.com/docs/mcp/copilot.md): Set up Conductor's MCP with Microsoft's Copilot. - [Custom Connectors](https://www.conductor.com/docs/mcp/custom-connectors.md): How to connect Conductor's MCP to AI platforms beyond the ones we document directly. - [MCP FAQs](https://www.conductor.com/docs/mcp/mcp-faqs.md) - [Perplexity](https://www.conductor.com/docs/mcp/perplexity.md): Set up Conductor's MCP with Perplexity. - [MCP Quick Start Guide](https://www.conductor.com/docs/mcp/quick-start.md): A walkthrough for connecting an AI assistant to Conductor's MCP—and having your first productive conversation about your data. - [What can I do with Conductor's MCP?](https://www.conductor.com/docs/mcp/what-can-i-do-with-conductors-mcp.md): Explore the capabilities of Conductor's MCP integration. - [What data is available in Conductor's MCP?](https://www.conductor.com/docs/mcp/what-data-is-available-in-conductors-mcp.md): Learn what data from Conductor you can access and query with the Conductor MCP. - [What is an MCP tool?](https://www.conductor.com/docs/mcp/what-is-an-mcp-tool.md): Understand how MCP tools work and what they can do. - [Introduction to Conductor's AI Connectors](https://www.conductor.com/docs/mcp/what-is-mcp.md): An introduction to the Model Context Protocol (MCP) and how you can use it to chat with AI tools about your Conductor data. - [Align AI and Traditional Tracking](https://www.conductor.com/docs/templates/align-ai-and-traditional-tracking.md): Align your Conductor tracking across traditional and AI search so nothing falls through the cracks. - [Analyze Competitor AI Content Strategies](https://www.conductor.com/docs/templates/analyze-competitor-ai-content-strategies.md): See exactly where competitors are beating you in AI search so you can plan how to overtake them. - [Audit Your Brand's AI Search Visibility](https://www.conductor.com/docs/templates/audit-your-brands-ai-search-visibility.md): Audit your brand's visibility, citations, and sentiment across ChatGPT, Gemini, Perplexity, and Google AI Overviews — with a prioritized action plan. - [Build a Data-Backed Content Strategy](https://www.conductor.com/docs/templates/build-a-data-backed-content-strategy.md): Decide what to write — and whether to write or optimize — by grounding every choice in live AI citation data. - [Build a Board-Ready AI Search Deck](https://www.conductor.com/docs/templates/build-board-ready-ai-search-deck.md): Walk into a board meeting with a clear, defensible story about your brand's visibility in AI search. - [Check Product Visibility in AI Shopping](https://www.conductor.com/docs/templates/check-product-visibility-in-ai-shopping.md): Get your products recommended in AI shopping answers across ChatGPT, Gemini, Perplexity, and Google AI Mode. - [Compare Mentions in AI Buying Recommendations](https://www.conductor.com/docs/templates/compare-mentions-in-ai-buying-recommendations.md): See how you stack up against competitors in AI buying recommendations and what to build to start winning them. - [Configure AI Search Tracking](https://www.conductor.com/docs/templates/configure-ai-search-tracking.md): Get AI search tracking configured correctly from the start, with topics, engines, and prompts tuned to your business. - [Diagnose and Resolve Conductor Issues](https://www.conductor.com/docs/templates/diagnose-and-resolve-conductor-issues.md): Resolve Conductor issues faster by diagnosing in-chat and producing a clean escalation summary only when needed. - [Find AI Search Content Gaps](https://www.conductor.com/docs/templates/find-ai-search-content-gaps.md): Pinpoint which topics, personas, and intents competitors own in AI search so you can plan the catch-up. - [Template Gallery](https://www.conductor.com/docs/templates/gallery.md) - [Introduction to Using Skills](https://www.conductor.com/docs/templates/introduction-to-using-skills.md): Understand what skills are and how to apply them across your AI assistants. - [Map Your AI Purchase Funnel](https://www.conductor.com/docs/templates/map-your-ai-purchase-funnel.md): See where shoppers drop out of your AI purchase funnel so you can close the gaps against competitors. - [Measure AI Search Content Coverage](https://www.conductor.com/docs/templates/measure-ai-search-content-coverage.md): Know which pages and site sections are actually getting picked up in AI citations, and which aren't. - [Read the AI Search Pulse Verdict](https://www.conductor.com/docs/templates/read-ai-search-pulse-verdict.md): Get a 30-second verdict on whether your brand is winning or losing in AI search this week. - [Scope AI Search Analysis Settings](https://www.conductor.com/docs/templates/scope-ai-search-analysis-settings.md): Scope an AI search analysis to the specific site, engines, topics, personas, and intents that matter most. - [Score Product Pages for AI Citations](https://www.conductor.com/docs/templates/score-product-pages-for-ai-citations.md): Get a product or category page ready to be recommended by AI with a scored audit and fix list. - [Surface Unmet AI Shopping Demand](https://www.conductor.com/docs/templates/surface-unmet-ai-shopping-demand.md): Find and prioritize the unmet shopping demand AI reveals in your category so you can act on it first. - [Teach Your LLM Conductor](https://www.conductor.com/docs/templates/teach-your-llm-conductor.md): Make every LLM answer about Conductor sound like it came from a seasoned Conductor expert. ## OpenAPI Specs - [openapi](https://www.conductor.com/docs/api/content-api/openapi.json) - [public-api](https://data-api-universal.conductor.com/v3/api-docs/public-api) ## Optional - [Support](mailto:support@conductor.com)