Videos
Retrieve All Videos
Get all successful video generation logs with video URLs for the authenticated user
GET
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
Use format Bearer YOUR_API_KEY
.