Retrieve a video

Get details of a generated video

get

Retrieves detailed information about a specific generated video.

Authorizations
Path parameters
videoIdstringRequired

The ID of the generated video.

Responses
200
Generated video details retrieved successfully
application/json
get
GET /api/v1/generated-videos/{videoId} HTTP/1.1
Host: app.colossyan.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "id": "text",
  "jobId": "text",
  "publicUrl": "text",
  "thumbnailUrl": "text",
  "name": "text",
  "createdAt": "2025-06-20T12:36:15.566Z",
  "videoSizeBytes": 1,
  "videoDurationSeconds": 1
}

Last updated

Was this helpful?