Create Replica
This endpoint creates a new Replica that can be used to generate personalized videos.
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
A direct link to a publicly accessible storage location such as an S3 bucket. This video will be used for replica training.
A url that will receive a callback on completion of replica training or on error.
A direct link to a video that contains the consent statement. You may optionally send the consent statement in a separate video from your training video. If you do not provide a consent video, the consent statement must be present at the beginning of the training video.
The phoenix model version that will be used to train the replica. The current default is phoenix-2
.
A name for the replica.