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.
The name of the replica.
A direct link to the video that will be used as the thumbnail for the replica.
The progress of the replica training.
The status of the replica. Possible values: started, completed, error.
The date and time the replica was created.
The date and time of when the replica was last updated.
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