Create Replica
This endpoint creates a new Replica that can be used to generate personalized videos.
By default, all new replicas will be trained using the phoenix-3
model. You can optionally create phoenix-2 replicas by setting the model_name
parameter to phoenix-2
.
The only required body parameter is train_video_url
. This url must be a download link such as a presigned S3 url. Please ensure you pass in a video that meets the requirements for training.
Replica training will fail without the following consent statement being present at the beginning of the video:
I, [FULL NAME], am currently speaking and consent Tavus to create an AI clone of me by using the audio and video samples I provide. I understand that this AI clone can be used to create videos that look and sound like me.
Learn more about the consent statement here.
Learn more about training a personal Replica here.
Authorizations
Body
Response
The response is of type object
.