> ## 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 create website AI visibility audits through the API?

> Create website visibility audits and retrieve their report links.

Create website visibility audits and retrieve their report links.

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

* [Create an AI visibility audit](/docs/api-reference/ai-visibility-audits/post-v1-audits) — `POST /api/v1/audits`
* [Get an AI visibility audit](/docs/api-reference/ai-visibility-audits/get-v1-audits-id) — `GET /api/v1/audits/{id}`

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