cURL
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>" }
This endpoint returns a single speech by its unique identifier.
A unique identifier for the speech.
The response is of type object.
object