Add new speaking version.
This commit is contained in:
@@ -34,7 +34,7 @@ TYLER_CHRISTOPHER = "03c796f8ed274bb38f19e893bcbc6121"
|
||||
def create_video(text, avatar: AvatarEnum):
|
||||
# POST TO CREATE VIDEO
|
||||
data = {
|
||||
"template_id": avatar,
|
||||
"template_id": avatar.value,
|
||||
"title": "video_title",
|
||||
"test": False,
|
||||
"variables": [
|
||||
|
||||
Reference in New Issue
Block a user