POST
/
v2
/
videos
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>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

200
application/json

The response is of type object.