curl --request POST \
--url https://tavusapi.com/v2/videos \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"background_url": "",
"replica_id": "",
"script": "",
"video_name": ""
}'
{
"video_id": "",
"video_name": "<string>",
"status": "<string>",
"hosted_url": "<string>",
"created_at": "<string>"
}
The response is of type object
.
curl --request POST \
--url https://tavusapi.com/v2/videos \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"background_url": "",
"replica_id": "",
"script": "",
"video_name": ""
}'
{
"video_id": "",
"video_name": "<string>",
"status": "<string>",
"hosted_url": "<string>",
"created_at": "<string>"
}
curl --request POST \
--url https://tavusapi.com/v2/videos \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"background_url": "",
"replica_id": "",
"script": "",
"video_name": ""
}'
{
"video_id": "",
"video_name": "<string>",
"status": "<string>",
"hosted_url": "<string>",
"created_at": "<string>"
}
The response is of type object
.
curl --request POST \
--url https://tavusapi.com/v2/videos \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"background_url": "",
"replica_id": "",
"script": "",
"video_name": ""
}'
{
"video_id": "",
"video_name": "<string>",
"status": "<string>",
"hosted_url": "<string>",
"created_at": "<string>"
}