Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# Tavus
## Docs
- [Authentication](https://docs.tavus.io/api-reference/authentication.md): Generate an API key in the Developer Portal and send it on each request in the `x-api-key` header.
- [Create conversation](https://docs.tavus.io/api-reference/conversations/create-conversation.md): This endpoint starts a real-time video conversation with your AI replica, powered by a persona that allows it to see, hear, and respond like a human.
- [Delete Conversation](https://docs.tavus.io/api-reference/conversations/delete-conversation.md): This endpoint deletes a single conversation by its unique identifier. Use this for destructive data removal. For normal call cleanup when a user leaves or a session is finished, use [End Conversation](/api-reference/conversations/end-conversation) instead.
- [End Conversation](https://docs.tavus.io/api-reference/conversations/end-conversation.md): This endpoint ends a single conversation by its unique identifier. Use this for routine call cleanup when a user leaves or your app no longer needs the room. To destructively remove conversation data, use [Delete Conversation](/api-reference/conversations/delete-conversation).
- [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 document and its associated data using its unique identifier.
- [Get Document](https://docs.tavus.io/api-reference/documents/get-document.md): Retrieve detailed information about a specific doc
OpenAPI Spec (preview)
openapi: 3.0.3
info:
title: Tavus Developer API Collection
version: 1.0.0
contact: {}
servers:
- url: https://tavusapi.com
paths:
/v2/lipsync:
post:
tags:
- Lipsync
summary: Create Lipsync
deprecated: true
description: >
This endpoint is no longer supported by Tavus.
Create a new lipsync video by providing a video URL and an audio URL.
The service will synchronize the speaker's mouth movements with the
provided audio