GET /v1/video
List all videos owned by the authenticated user.
Headers
| Header | Type | Required |
|---|---|---|
x-ansdev-key | string | Yes |
Response
{
"success": true,
"data": [
{
"id": "vid_abc123def456",
"title": "Product Demo",
"status": "COMPLETED",
"durationSec": 120,
"targetQuality": "1080p",
"qualities": ["1080p", "720p", "480p"],
"createdAt": "2026-05-20T10:00:00Z"
}
]
}
Note: Video URLs are never included in API responses. Use the Playback Token endpoint to access video content.