llms.txt Content
# Tavus
## Docs
- [Authentication](https://docs.tavus.io/api-reference/authentication.md): Learn how to generate and use your Tavus API key to authenticate requests.
- [Create Conversation](https://docs.tavus.io/api-reference/conversations/create-conversation.md): Start a real-time video conversation with your AI replica and persona.
- [Delete Conversation](https://docs.tavus.io/api-reference/conversations/delete-conversation.md): This endpoint deletes a single conversation by its unique identifier.
- [End Conversation](https://docs.tavus.io/api-reference/conversations/end-conversation.md): This endpoint ends a single conversation by its unique identifier.
- [Get Conversation](https://docs.tavus.io/api-reference/conversations/get-conversation.md): This endpoint returns a single conversation by its unique identifier.
- [List Conversations](https://docs.tavus.io/api-reference/conversations/get-conversations.md): This endpoint returns a list of all Conversations created by the account associated with the API Key in use.
- [Create Document](https://docs.tavus.io/api-reference/documents/create-document.md): Upload documents to your knowledge base for personas to reference during conversations
- [Delete Document](https://docs.tavus.io/api-reference/documents/delete-document.md): Delete a specific document
- [Get Document](https://docs.tavus.io/api-reference/documents/get-document.md): Retrieve a specific document by ID
- [List Documents](https://docs.tavus.io/api-reference/documents/get-documents.md): Retrieve a list of documents with optional filtering and pagination
- [Update Document](https://docs.tavus.io/api-reference/documents/patch-document.md): Update a specific document's metadata
- [Recrawl Document](https://docs.tavus.io/api-reference/documents/recrawl-document.md): Trigger a recrawl of a website document to fetch fresh content
- [Create Guardrails](https://docs.tavus.io/api-reference/guardrails/create-guardrails.md): This endpoint creates a new set of guardr