GET
/
v2
/
speech
curl --request GET \
  --url https://tavusapi.com/v2/speech \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "speech_id": "",
      "speech_name": "",
      "speech_file_url": "",
      "replica_id": ""
    }
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

limit
integer

The number of speeches to return per page. Default is 10.

page
integer

The page number to return. Default is 1.

replica_id
string

A unique identifier for the replica whose speeches you would like to list.

Response

200 - application/json
data
object[]