Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Tavus Documents API

The Documents API from Tavus — 3 operation(s) for documents.

Tavus Documents API is one of 13 APIs that Tavus publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Documents. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 6 operations across 3 paths. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://tavusapi.com.

6 operations 3 paths 0 schemas 1 DELETE2 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://tavusapi.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Tavus Documents API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (apiKey). By default, every request must be authenticated.

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 1 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Documents 6
POST
/v2/documents
Create Document
createDocument body → 200400401429
GET
/v2/documents
List Documents
listDocuments 6 params → 200400401
GET
/v2/documents/{document_id}
Get Document
getDocument 1 param → 200401404
DELETE
/v2/documents/{document_id}
Delete Document
deleteDocument 1 param → 204401404
PATCH
/v2/documents/{document_id}
Update Document
patchDocument 1 param body → 200400401404
POST
/v2/documents/{document_id}/recrawl
Recrawl Document
recrawlDocument 1 param body → 202400401404409429

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tavus-documents-api-openapi.yml Raw ↑

Other APIs Tavus publishes across the network.

Tavus API
Tavus Conversations API
Tavus Guardrails API
Tavus Lipsync API
Tavus Objectives API
Tavus Personas API
Tavus Pronunciation Dictionaries API
Tavus Replacements API
Tavus Replicas API
Tavus Transcriptions API
Tavus Videos API
Tavus Voices API