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

# How do I manage published coverage and citation evidence through the API?

> Track published coverage, maintain its metadata and inspect exact-page citation evidence with the same workspace feature access as the dashboard.

Track published coverage, maintain its metadata and inspect exact-page citation evidence with the same workspace feature access as the dashboard.

Read [authentication](/docs/developers/authentication), [pagination and filters](/docs/developers/pagination-and-filters), and [safe writes and retries](/docs/developers/safe-writes) before integrating. Each endpoint below includes its request parameters, response schema, and code examples.

## Endpoints

* [List tracked coverage](/docs/api-reference/tracked-coverage/get-v2-coverage) — `GET /api/v2/coverage`
* [Add tracked coverage](/docs/api-reference/tracked-coverage/post-v2-coverage) — `POST /api/v2/coverage`
* [Get tracked coverage and evidence](/docs/api-reference/tracked-coverage/get-v2-coverage-detail) — `GET /api/v2/coverage/{coverageId}`
* [Update, archive or restore tracked coverage](/docs/api-reference/tracked-coverage/patch-v2-coverage) — `PATCH /api/v2/coverage/{coverageId}`
* [Measure tracked coverage citation evidence](/docs/api-reference/tracked-coverage/get-v2-coverage-measurement) — `GET /api/v2/coverage/measurement`
* [Find existing coverage by published URL](/docs/api-reference/tracked-coverage/post-v2-coverage-lookup) — `POST /api/v2/coverage/lookup`

[Download the complete OpenAPI specification](/docs/openapi.json) for client generation and schema validation.
