To use the Tavus API, you need an API key to authenticate your requests. This key verifies that requests are coming from your Tavus account.Documentation Index
Fetch the complete documentation index at: https://docs.tavus.io/llms.txt
Use this file to discover all available pages before exploring further.
Get the API key
- Go to the Developer Portal and select API Key from the sidebar menu.
- Click Create New Key to begin generating your API key.
- Enter a name for the key and (optional) specify allowed IP addresses, then click Create API Key.
- Copy your newly created API key and store it securely.
Make Your First Call
Requests go tohttps://tavusapi.com. Authenticate with your API key by sending it in the x-api-key header on every request, as below.
<api-key> with your actual API key.
cURL

