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

# Content API playground

> Interactive reference for Conductor's Content API draft, insight, generation, guidance, scoring, profile, internal linking, and SERP endpoints.

The Content API playground validates the OpenAPI wiring for Conductor's content workflow endpoints. Each endpoint page includes an interactive **Try it** form. See [Using the playground](/api/using-the-playground) for how to authenticate and send requests.

<Note>
  Content API requests use `apiKey` and `sig` query parameters. See [Authentication](/api/authentication) for the signature flow.
</Note>

## Endpoints

### Draft Management

* [Create a draft](/api/content-api/endpoints/create-draft) - `POST /v4/accounts/{accountId}/drafts`
* [List drafts](/api/content-api/endpoints/list-drafts) - `GET /v4/accounts/{accountId}/drafts`
* [Get a draft](/api/content-api/endpoints/get-draft) - `GET /v4/accounts/{accountId}/drafts/{draftId}`
* [Update a draft](/api/content-api/endpoints/update-draft) - `PUT /v4/accounts/{accountId}/drafts/{draftId}`
* [Delete a draft](/api/content-api/endpoints/delete-draft) - `DELETE /v4/accounts/{accountId}/drafts/{draftId}`

### Content Insights

* [Request content insights](/api/content-api/endpoints/request-insights) - `POST /v4/accounts/{accountId}/drafts/{draftId}/insights`
* [Get content insights](/api/content-api/endpoints/get-insights) - `GET /v4/accounts/{accountId}/drafts/{draftId}/insights`
* [Update an insight](/api/content-api/endpoints/update-insight) - `PUT /v4/accounts/{accountId}/drafts/{draftId}/insights`

### Content Generation

* [Create a content generation](/api/content-api/endpoints/create-content-generation) - `POST /v4/accounts/{accountId}/drafts/{draftId}/content-generations`

### Content Guidance

* [Validate content guidance](/api/content-api/endpoints/validate-content-guidance) - `POST /v4/accounts/{accountId}/drafts/{draftId}/validate`

### Content Score

* [Generate content score](/api/content-api/endpoints/generate-content-score) - `POST /v4/accounts/{accountId}/drafts/{draftId}/content-score`

### Content Profiles

* [Create content profile](/api/content-api/endpoints/create-content-profile) - `POST /v4/accounts/{accountId}/content-profiles`
* [List content profiles](/api/content-api/endpoints/list-content-profiles) - `GET /v4/accounts/{accountId}/content-profiles`
* [Get content profile](/api/content-api/endpoints/get-content-profile) - `GET /v4/accounts/{accountId}/content-profiles/{contentProfileId}`
* [Update content profile](/api/content-api/endpoints/update-content-profile) - `PUT /v4/accounts/{accountId}/content-profiles/{contentProfileId}`
* [Delete content profile](/api/content-api/endpoints/delete-content-profile) - `DELETE /v4/accounts/{accountId}/content-profiles/{contentProfileId}`

### Internal Linking

* [Anchor text and URL recommendations](/api/content-api/endpoints/get-internal-link-recommendations) - `POST /v4/accounts/{accountId}/internal-link-recommendations`

### SERP Analysis

* [Get SERP URLs](/api/content-api/endpoints/get-serp-urls) - `GET /v4/accounts/{accountId}/serp-urls`
