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

# Which version 1 AI visibility API endpoints are available?

> Integrate with the version 1 visibility and analytics endpoints.

Integrate with the version 1 visibility and analytics endpoints.

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

* [Get brand visibility](/docs/api-reference/version-1/get-v1-brand-visibility) — `GET /api/v1/brand-visibility`
* [List collected answers](/docs/api-reference/version-1/get-v1-prompt-runs) — `GET /api/v1/prompt-runs`
* [List monitoring prompts](/docs/api-reference/version-1/get-v1-prompts) — `GET /api/v1/prompts`
* [Get visitor metrics](/docs/api-reference/version-1/get-v1-analytics-visitor-metrics) — `GET /api/v1/analytics/visitor-metrics`
* [Get AI crawler events](/docs/api-reference/version-1/get-v1-crawler-logs-events) — `GET /api/v1/crawler-logs/events`
* [Get crawler log integrations](/docs/api-reference/version-1/get-v1-crawler-logs-integrations) — `GET /api/v1/crawler-logs/integrations`
* [Get workspace metrics](/docs/api-reference/version-1/get-v1-metrics-summary) — `GET /api/v1/metrics/summary`
* [Get a collected answer](/docs/api-reference/version-1/get-v1-prompt-runs-id) — `GET /api/v1/prompt-runs/{id}`
* [Get source domains](/docs/api-reference/version-1/get-v1-sources-domains) — `GET /api/v1/sources/domains`
* [Get source overview](/docs/api-reference/version-1/get-v1-sources-overview) — `GET /api/v1/sources/overview`
* [Get monthly answer usage](/docs/api-reference/version-1/get-v1-usage-monthly) — `GET /api/v1/usage/monthly`

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