Videos
Retrieve All Videos
Get all successful video generation logs with video URLs for the authenticated user
get/v1/videos
Response
Videos retrieved successfully
Example response
{
"status": "success",
"message": "Videos retrieved successfully",
"videos": [
{
"id": "xxxxxxxxxxxxxxxxxxxxxxxx",
"url": "https://cdn.videnly.com/videos/sample-video.mp4",
"projectId": "project123",
"createdAt": "2024-11-07T14:23:45.213Z"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.