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

Authorizations

x-api-key
string
header
required

Path Parameters

speech_id
string
required

A unique identifier for the speech.

Response

200 - application/json
speech_id
string

A unique identifier for the speech.

speech_name
string

The name of the speech.

speech_file_url
string

A direct link to download the speech file.

replica_id
string

The replica that was used to generate the speech.