Videos
Create video
POST
/
v2
/
videos
Copy
Ask AI
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": ""
}'
Copy
Ask AI
{
"video_id": "",
"video_name": "<string>",
"status": "<string>",
"hosted_url": "<string>",
"created_at": "<string>"
}
Authorizations
Body
application/json
Response
200
application/json
The response is of type object
.
Copy
Ask AI
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": ""
}'
Copy
Ask AI
{
"video_id": "",
"video_name": "<string>",
"status": "<string>",
"hosted_url": "<string>",
"created_at": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.