← Zurück zum Verzeichnis
Community-Eintrag Dieser Eintrag basiert auf öffentlich verfügbaren Quellen und wurde nicht vom Inhaber erstellt. Ist das deine Website?
Kostenlos übernehmen
· Standard Standard-Status
llmstxt.info Verzeichnis · Standard Featured

Tavus

docs.tavus.io ↗
Community-Eintrag llms.txt erreichbar KI-Impact-Score 75/100 · B

Tavus stellt strukturierte Informationen über eine llms.txt-Datei für KI-Assistenten bereit. Branche: E-Commerce & Produkte. Die Website docs.tavus.io stellt ihre llms.txt unter https://docs.tavus.io/llms.txt bereit. Der Eintrag besteht seit 07. April 2026.

Geschäftskategorie
E-Commerce & Produkte
Eingetragen seit
Beschreibung
- Authentication: Generate an API key in the Developer Portal and send it on each request in the x-api-key header. - Create conversation: 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 Con…
Gemäß DSGVO Art. 17 kannst du die Löschung deiner Daten beantragen.
llms.txt — Aktueller Inhalt Öffnen ↗
# Tavus ## Docs - [Authentication](https://docs.tavus.io/api-reference/authentication.md): Generate an API key in the PAL Maker and send it on each request in the `x-api-key` header. - [List Canvas Interactions](https://docs.tavus.io/api-reference/canvas-interactions/list-canvas-interactions.md): Returns every Canvas interaction recorded for a conversation, oldest first. Uses the same field shape as the `canvas.interaction` webhook's `properties` object. - [Record Canvas Interaction](https://docs.tavus.io/api-reference/canvas-interactions/record-canvas-interaction.md): Record a Magic Canvas interaction (submit, skip, dismiss, clear, error, or heartbeat) while a conversation is **active**. - [Create conversation](https://docs.tavus.io/api-reference/conversations/create-conversation.md): This endpoint starts a real-time video conversation with your AI face, powered by a PAL 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 Deployment](https://docs.tavus.io/api-reference/deployments/create-deployment.md): Create a managed deployment for the widget, embed, or landing-page channel. - [Delete Deployment](https://docs.tavus.io/api-reference/deployments/delete-deployment.md) - [End Deployment Conversation](https://docs.tavus.io/api-reference/deployments/end-deployment-conversation.md): Ends an active conversation started through a deployment. No API key required in the browser. - [Get Deployment](https://docs.tavus.io/api-reference/deployments/get-deployment.md) - [Get Deployment Init Config](https://docs.tavus.io/api-reference/deployments/get-deployment-init.md): Public endpoint called when a widget or embed mounts. Returns customization, limits, captcha settings, and availability. - [List Deployments](https://docs.tavus.io/api-reference/deployments/list-deployments.md): List deployments owned by the authenticated user. - [Patch Deployment](https://docs.tavus.io/api-reference/deployments/patch-deployment.md): Apply a [JSON Patch](https://jsonpatch.com/) array to the deployment document. - [Start Deployment Conversation](https://docs.tavus.io/api-reference/deployments/start-deployment-conversation.md): Creates a conversation for a deployment. Returns the same fields as [Create Conversation](/api-reference/conversations/create-conversation). - [Create Document](https://docs.tavus.io/api-reference/documents/create-document.md): Upload documents to your knowledge base for PALs 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 document using its unique identifier. - [List Documents](https://docs.tavus.io/api-reference/documents/get-documents.md): Retrieve a list of documents. - [Upd […gekürzt]