curl -X GET \ https://studio.dubformer.ai/api/v1/projects/proj_5f83a14b2ec1b/videos/vid_7a92c36d4fe3c \ -H 'Authorization: Bearer YOUR_API_KEY'
{ "id": "vid_7a92c36d4fe3c", "name": "Marketing Video 1", "status": "completed", "processingType": "dubbing", "srcLang": "en", "dstLangs": ["es-ES", "fr-FR"], "videoUrl": "https://studio.dubformer.ai/api/v1/projects/proj_5f83a14b2ec1b/videos/vid_7a92c36d4fe3c", "videoDuration": 123.45, "remark": "Some remark", "createdAt": "2023-12-01T10:30:00.000Z", "updatedAt": "2023-12-01T15:45:00.000Z" }
Retrieve details of a specific video in a project
{ "error": "Not Found" }