GET
/
v2
/
videos
curl --request GET \
  --url https://tavusapi.com/v2/videos \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "replica_id": "r783537ef5",
      "script": "Hello from Tavus! Enjoy your new replica",
      "video_name": "My First Video",
      "background_url": "<string>",
      "background_source_url": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
headerrequired

Response

200 - application/json
data
object[]