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

# CMS API Playground

> Interactive reference for Conductor Monitoring's CMS API—queue a page for immediate auditing as soon as it's published.

The Conductor Monitoring CMS API has one job: tell Conductor Monitoring that a page just changed so it gets audited immediately instead of waiting for the next scheduled crawl. Call it from your CMS publish hook—WordPress, Contentful, Drupal, or anything else that can send a POST request. The endpoint page below includes an interactive **Try it** form.

<Note>
  The CMS API uses its own token, separate from the Reporting and Data Enrichment API tokens. Send it in the `Authorization` header formatted as `token {your-cms-api-token}`, and find it under **Account** > **Account** tab > **Integration Tokens**. See [Authentication](/docs/other-apis/cms-api/#authentication) for the full setup.
</Note>

## Endpoints

* [Trigger a page crawl](/docs/other-apis/monitoring/cms/endpoints/trigger-page-crawl/) - `POST /v1/check_url`
* [Check CMS API token](/docs/other-apis/monitoring/cms/endpoints/check-token/) - `GET /v1/check_token` (deprecated)

<Warning>
  URLs must be absolute, including the protocol—`https://www.example.com/page/`, not `/page/`—and must belong to a website registered in the account that owns the token.
</Warning>
