v1
latestOpenAPI 3.1.02026-07-24650272.2 KBAPI Endpoints
Asset Details
This endpoint retrieves the details of an asset that has previously been created.
get/video/assets/{asset_id}
Path parameters
asset_idstring required
An asset id for the previously created asset.
Response
200
Example response
{
"asset_id": "67e4ece9403562dbea654261",
"progress": 100,
"created_at": 1743056105661,
"updated_at": 1743056105661,
"status": "ready",
"tag": [
"demo"
],
"source_id": "67e4ece9403562dbea65425f",
"collection_id": "67e4ece9403562dbea65425f",
"input": {
"transformations": {
"format": "abr",
"resolution": [
"240p"
],
"audio_codec": [
"aac"
],
"video_codec": [
"libx264"
],
"image_overlay": {
"url": "https://demo.gumlet.io/logo.png",
"vertical_align": "top",
"horizontal_align": "right",
"vertical_margin": "5%",
"horizontal_margin": "5%",
"width": "20%",
"height": "20%",
"image_downloaded": true
},
"thumbnail": [
"auto"
],
"thumbnail_format": "png",
"original_deleted": true,
"generate_subtitles": {
"audio_language": "en",
"subtitle_languages": [
"es"
]
},
"preview_thumbnails": {
"max_tiles": 100
}
},
"profile_id": "67e4ece9403562dbea65425c",
"title": " Sample Video",
"description": "This is a sample video to help you experience Gumlet platform and player.",
"chapters": [
{
"endTime": 10,
"label": "First Chapter"
}
],
"source_url": "5f462c1561cf8a766464ffc4/647eb18cc90c6c6c35370979/origin-647eb18cc90c6c6c35370979",
"size": 364735178,
"duration": 183.088,
"aspect_ratio": "16:9",
"fps": 23.98,
"width": 3840,
"height": 2160
},
"output": {
"format": "abr",
"status_url": "https://api.gumlet.com/v1/video/assets/67e4ece9403562dbea654261",
"playback_url": "https://video.gumlet.io/67e4ece9403562dbea65425f/67e4ece9403562dbea654261/main.m3u8",
"dash_playback_url": "https://video.gumlet.io/67e4ece9403562dbea65425f/67e4ece9403562dbea654261/main.mpd",
"thumbnail_url": [
"https://video.gumlet.io/67e4ece9403562dbea65425f/67e4ece9403562dbea654261/thumbnail-1-0.png?v=1743056105661"
],
"storage_details": {
"video": [
{
"fileName": "1080p.mp4",
"size": 91884957,
"resolution": "1920x1080",
"duration": 183
}
],
"audio": [
{
"fileName": "en_128k.mp4",
"size": 2913025,
"duration": 183
}
],
"playlist": [
{
"fileName": "1080p.m3u8",
"size": 3790
}
],
"thumbnail": [
{
"fileName": "thumbnail-1-0.png",
"size": 6087369,
"resolution": "3840x2160"
}
],
"subtitle": [
{
"fileName": "es.vtt",
"size": 398
}
],
"previewThumbnail": [
{
"fileName": "preview_thumbnails.png",
"size": 3089899
}
]
},
"transcription_word_level_timestamps": "https://video.gumlet.io/67e4ece9403562dbea65425f/67e4ece9403562dbea654261/67e4ece9403562dbea654261-transcription-word-level-timestamp.json?token=5589a9b725fabe0586e37782c3eb8e083a84e5c2&expires=1744100014337",
"storage_bytes": 674034917,
"preview_thumbnails_url": "https://video.gumlet.io/67e4ece9403562dbea65425f/67e4ece9403562dbea654261/preview_thumbnails.vtt"
},
"processed_at": 1743056105661,
"folder": "Demo Folder"
}