cURL
curl --request GET \ --url https://tavusapi.com/v2/videos \ --header 'x-api-key: <api-key>'
{ "data": [ { "video_id": "783537ef5", "video_name": "My First Video", "status": "generating", "data": { "script": "Hello from Tavus! Enjoy your new replica" }, "download_url": "", "hosted_url": "<string>", "stream_url": "", "status_details": "", "background_url": "", "background_source_url": "", "still_image_thumbnail_url": "", "gif_thumbnail_url": "", "error_details": "" } ], "total_count": 123 }
This endpoint returns a list of all Videos created by the account associated with the API Key in use.
The number of videos to return per page. Default is 10.
The page number to return. Default is 1.
The response is of type object.
object