Last updated 8 days ago
Was this helpful?
Retrieves detailed information about a specific generated video.
The ID of the generated video.
GET /api/v1/generated-videos/{videoId} HTTP/1.1 Host: app.colossyan.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
Generated video details retrieved successfully
{ "id": "text", "jobId": "text", "publicUrl": "text", "thumbnailUrl": "text", "name": "text", "createdAt": "2025-04-25T14:51:19.098Z", "videoSizeBytes": 1, "videoDurationSeconds": 1 }