List videosAsk AIget https://api.synthesia.io/v2/videosYou can use the List videos endpoint to get an overview of all videos created via the API or STUDIO.Query Paramslimitinteger1 to 100Defaults to 20This parameter lets you specify the amount of videos to return in your API call. The maximum amount of videos you can have returned to you via this parameter is 100.offsetinteger≥ 0Defaults to 0Used to page through the videos. Every call to this endpoint will return the next offset value. This value is used in the offset parameter of the next call to get the next page of videos.sourcearray of stringsDefaults to workspace,shared_with_me,my_videosFilter videos by source. Possible values: workspace, shared_with_me, my_videossource stringworkspaceshared_with_memy_videos stringworkspaceshared_with_memy_videos stringworkspaceshared_with_memy_videosADD stringResponses 200OK. 400Bad Request. 403Forbidden - Wrong API key. defaultUnexpected Server error.Updated about 2 months ago