Videos
Retrieve All Videos
Get all successful video generation logs with video URLs for the authenticated user
GET
/
v1
/
videos
Note: This operation does not consume any account credits, but rate limits apply.
Retrieve All Videos
This endpoint retrieves all successful video generation logs with video URLs for the authenticated user.
Request
- Endpoint:
GET /v1/videos
- Authorization: Bearer token required
Response
A successful response will return an array of video logs.
Example Response
If there are no videos for the user, the response will be:
Authorizations
Authorization
string
headerrequiredUse format Bearer YOUR_API_KEY
.
Response
200 - application/json
status
string
message
string
videos
object[]