Get Replica
This endpoint returns a single Replica by its unique identifier.
Included in the response body is a training_progress
string that represents the progress of the Replica training. If there are any errors during training, the status
will be error
and the error_message
will be populated.
Authorizations
Path Parameters
A unique identifier for the replica.
Query Parameters
If set to true, the response will include additional replica data such as replica_type.
Response
A unique identifier for the replica.
"r783537ef5"
The name of the replica.
"My Replica"
A direct link to the video that will be used as the thumbnail for the replica.
The progress of the replica training.
"100/100"
The status of the replica. Possible values: started, completed, error.
"completed"
The date and time the replica was created.
"2024-01-24T07:14:03.327Z"
The date and time of when the replica was last updated.
"2024-01-24T07:14:03.327Z"
If the replica has an error, this will contain the error message.
If verbose
query paramter is set to true. The type of replica. Possible values: user, system. User replicas are replicas that have been created by users. System replicas are stock Tavus replicas that anyone may use
"user'"