{"info":{"_postman_id":"8d084dd7-174a-4539-91ef-a3a7497a05ef","name":"Vidalytics Public API","description":"<html><head></head><body><p>Vidalytics Public API</p>\n<h2 id=\"usage-limits\">Usage Limits</h2>\n<p>Some endpoints are subject to rate limits — these are noted in their respective documentation.</p>\n<p>When you reach your <strong>monthly usage limit</strong> for a rate-limited endpoint, the following applies:</p>\n<ol>\n<li><strong>Normal Operation</strong> — Requests count toward your monthly quota as usual.</li>\n<li><strong>Monthly Limit Reached</strong> — You can continue making requests, but at a reduced rate.</li>\n<li><strong>Throttle Exceeded</strong> — If you exceed the hourly throttle limit, the API will return a <strong>429 Too Many Requests</strong> error.</li>\n</ol>\n<p>You can check your current usage and remaining quota at any time using the <a href=\"#\"><code>/stats/usage</code></a> endpoint.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"25796407","collectionId":"8d084dd7-174a-4539-91ef-a3a7497a05ef","publishedId":"2sB3dMxrGJ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-30T16:16:30.000Z"},"item":[{"name":"video","item":[{"name":"{video_id}","item":[{"name":"settings","item":[{"name":"Get video settings","id":"cfddb932-ead5-4a0e-9c8e-d7564e92021b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/video/:video_id/settings","urlObject":{"path":["video",":video_id","settings"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"89e34518-52bd-4df6-a32f-d7d38367890f","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"cfddb932-ead5-4a0e-9c8e-d7564e92021b"},{"name":"Update video settings","id":"327e4615-79c6-4c60-bd28-1c351a98c730","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"video_title\": \"My updated title\",\n\n  \"playback_autoplay_enabled\": false,\n  \"playback_autoplay_loop_enabled\": false,\n  \"playback_autoplay_loop_to\": 0,\n  \"playback_autoplay_mobile\": false,\n  \"playback_autoplay_only_muted\": false,\n  \"playback_no_pause\": false,\n  \"playback_on_end\": \"pause\",\n  \"playback_resume\": true,\n  \"playback_smart_pause\": false,\n  \"playback_smart_pause_resume\": false,\n  \"playback_skip_and_rewind_with_keyboard\": true,\n\n  \"color_foreground\": \"#3974ff\",\n  \"color_background\": \"#000000\",\n  \"color_force\": false,\n\n  \"control_bar_fullscreen_show\": true,\n  \"control_bar_fullscreen_custom_default_enabled\": false,\n  \"control_bar_fullscreen_custom_mobile_enabled\": false,\n  \"control_bar_fullscreen_minimize_on_pause\": false,\n  \"control_bar_fullscreen_expand_on_play\": false,\n  \"control_bar_fullscreen_allow_scroll\": false,\n  \"control_bar_play_show\": true,\n  \"control_bar_pip_show\": false,\n  \"control_bar_pip_auto_mode\": false,\n  \"control_bar_rewind_show\": true,\n  \"control_bar_seek_bar_show\": true,\n  \"control_bar_seek_bar_position\": \"aboveControls\",\n  \"control_bar_seek_bar_mode\": \"standard\",\n  \"control_bar_seek_bar_show_to_returning_viewers\": false,\n  \"control_bar_seek_bar_rapid_engage_desktop_speed\": 2,\n  \"control_bar_seek_bar_rapid_engage_mobile_speed\": 2,\n  \"control_bar_seek_bar_storybar_style\": \"storiesGrid\",\n  \"control_bar_seek_bar_storybar_parts\": [{\"time\": 0, \"title\": \"Intro\"}, {\"time\": 30, \"title\": \"Main\"}],\n  \"control_bar_speed_control_show\": true,\n  \"control_bar_quality_control_show\": true,\n  \"control_bar_volume_show\": true,\n  \"control_bar_always_show\": false,\n  \"control_bar_playback_timer_show\": true,\n  \"control_bar_allow_seek_navigation\": true,\n  \"control_bar_hide_on_pause\": false,\n  \"control_bar_progress_line_show\": true,\n  \"control_bar_progress_line_position\": \"bottom\",\n  \"control_bar_progress_line_color\": \"#3974ff\",\n  \"control_bar_progress_line_color_opacity\": 1.0,\n  \"control_bar_progress_line_visibility\": \"always\",\n  \"control_bar_accessibility_tooltips\": true,\n\n  \"overlay_play_button_show\": true,\n  \"overlay_play_seek_buttons_show\": false,\n\n  \"overlay_redirect_show\": false,\n  \"overlay_redirect_url\": \"https://example.com\",\n  \"overlay_redirect_text\": \"Learn more\",\n  \"overlay_redirect_timeout\": 5,\n  \"overlay_redirect_color_foreground\": \"#ffffff\",\n  \"overlay_redirect_color_background\": \"#3974ff\",\n\n  \"overlay_resume_show\": true,\n  \"overlay_resume_text\": \"You left off here\",\n  \"overlay_resume_button_replay_text\": \"Replay\",\n  \"overlay_resume_button_resume_text\": \"Resume\",\n  \"overlay_resume_color_foreground\": \"#ffffff\",\n  \"overlay_resume_color_background\": \"#3974ff\",\n\n  \"overlay_unmute_type\": \"box\",\n  \"overlay_unmute_do_replay\": false,\n  \"overlay_unmute_fullscreen_default_enabled\": false,\n  \"overlay_unmute_fullscreen_mobile_enabled\": false,\n  \"overlay_unmute_mobile_enabled\": true,\n  \"overlay_unmute_text_top\": \"Tap\",\n  \"overlay_unmute_text_bottom\": \"to unmute\",\n  \"overlay_unmute_mobile_text_top\": \"Tap\",\n  \"overlay_unmute_mobile_text_bottom\": \"to unmute\",\n  \"overlay_unmute_color_foreground\": \"#ffffff\",\n  \"overlay_unmute_color_background\": \"#000000\",\n\n  \"overlay_expire_enabled\": false,\n  \"overlay_expire_date_expire\": \"2026-12-31T23:59:59+00:00\",\n  \"overlay_expire_text_top\": \"This video has expired\",\n  \"overlay_expire_text_bottom\": \"Please contact us\",\n  \"overlay_expire_link_href\": \"https://example.com/expired\",\n  \"overlay_expire_link_blank\": true,\n  \"overlay_expire_color_foreground\": \"#ffffff\",\n  \"overlay_expire_color_background\": \"#000000\",\n\n  \"overlay_pause_enabled\": false,\n\n  \"theme_name\": \"sleek\",\n  \"theme_border_radius\": 4,\n  \"theme_opacity_level\": 80,\n  \"theme_frame_radius\": 0,\n\n  \"player_startup_quality\": \"auto\",\n  \"player_lower_bandwidth_usage\": false,\n  \"player_playback_rate\": 1.0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vidalytics.com/public/v1/video/:video_id/settings","urlObject":{"path":["video",":video_id","settings"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"f0cb4b3c-b22e-4888-b074-5714684f82f9","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"327e4615-79c6-4c60-bd28-1c351a98c730"}],"id":"92c8a1d5-a1f6-4ebf-9d1f-bc7651e45149","_postman_id":"92c8a1d5-a1f6-4ebf-9d1f-bc7651e45149","description":""},{"name":"publish","item":[{"name":"Publish video","id":"6440218b-353c-4de1-967a-e80235ac4ee2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.vidalytics.com/public/v1/video/:video_id/publish","urlObject":{"path":["video",":video_id","publish"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"2beb8802-14ad-4a9f-9d0d-ff6dc1c6c4e8","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"6440218b-353c-4de1-967a-e80235ac4ee2"}],"id":"c5969e52-2225-4f38-a0c9-21a8be2f044d","_postman_id":"c5969e52-2225-4f38-a0c9-21a8be2f044d","description":""},{"name":"duplicate","item":[{"name":"Duplicate video","id":"d46772f6-bf59-4f1f-a319-5ef02b13719c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/video/:video_id/duplicate","description":"<p>Creates a copy of the video with all settings, thumbnails, CTAs, triggers, playgates, conversions and closed captions. The duplicate is placed in the same folder as the source and published immediately.</p>\n","urlObject":{"path":["video",":video_id","duplicate"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"2ffea457-8e43-4187-80ca-5490d54b1209","description":{"content":"<p>The GUID of the video to duplicate</p>\n","type":"text/plain"},"type":"any","value":"","key":"video_id"}]}},"response":[{"id":"a58f63ef-0956-41c8-af94-ce2f22d93c7c","name":"Video duplicated successfully","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.vidalytics.com/public/v1/video/:video_id/duplicate","host":["https://api.vidalytics.com/public/v1"],"path":["video",":video_id","duplicate"],"variable":[{"key":"video_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"content\": {\n    \"data\": {\n      \"id\": \"saQ9pDKsbejs0weH\",\n      \"title\": \"My Video Duplicate\",\n      \"date_created\": \"2026-05-01 12:00:00\",\n      \"folder_id\": \"f0lder-guid-here\",\n      \"embedGuid\": \"embed-guid-here\"\n    }\n  }\n}"},{"id":"537d2c3f-7fc7-439c-8103-aa247664f23c","name":"Video not found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.vidalytics.com/public/v1/video/:video_id/duplicate","host":["https://api.vidalytics.com/public/v1"],"path":["video",":video_id","duplicate"],"variable":[{"key":"video_id","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": false,\n  \"error\": {\n    \"code\": 404,\n    \"message\": \"Video \\\"a1b2c3d4\\\" not found in your account.\"\n  }\n}"}],"_postman_id":"d46772f6-bf59-4f1f-a319-5ef02b13719c"}],"id":"305db0d7-44e8-4616-bc77-b5293cf53fb0","_postman_id":"305db0d7-44e8-4616-bc77-b5293cf53fb0","description":""},{"name":"thumbnail","item":[{"name":"pause-screen","item":[{"name":"List pause screens","id":"cd271af3-efeb-4c33-95ff-0302c54a2862","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/video/:video_id/thumbnail/pause-screen","urlObject":{"path":["video",":video_id","thumbnail","pause-screen"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"c29279a1-a41c-430a-9c86-9f1868ae0044","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"cd271af3-efeb-4c33-95ff-0302c54a2862"},{"name":"Upload pause screen","id":"988e997d-2400-4b65-8e21-a01011fb14c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>Binary content of the pause screen image</p>\n","value":null},{"key":"time_from","value":"10","type":"text","description":"<p>Start time in seconds</p>\n"},{"key":"time_to","value":"20","type":"text","description":"<p>End time in seconds</p>\n"}]},"url":"https://api.vidalytics.com/public/v1/video/:video_id/thumbnail/pause-screen","urlObject":{"path":["video",":video_id","thumbnail","pause-screen"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"6b255759-48f5-45d7-879f-4cac744fb95d","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"988e997d-2400-4b65-8e21-a01011fb14c6"},{"name":"Delete all pause screens","id":"dc098de1-d5e0-4763-b4de-990a7a9b30a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/video/:video_id/thumbnail/pause-screen","urlObject":{"path":["video",":video_id","thumbnail","pause-screen"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"6e964218-a95c-4108-8b60-2e6f6188c651","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"dc098de1-d5e0-4763-b4de-990a7a9b30a7"},{"name":"Update pause screen timing","id":"f37b5c36-47d3-4b30-befc-1ac0a2029c9f","request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"time_from\": 20,\n  \"time_to\": 30\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vidalytics.com/public/v1/video/:video_id/thumbnail/pause-screen/:thumbnail_guid","description":"<p>Update time_from and/or time_to for a specific pause screen. Accepts JSON body.</p>\n","urlObject":{"path":["video",":video_id","thumbnail","pause-screen",":thumbnail_guid"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"b2aa501e-4f37-442b-a530-823ee4e6cace","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"},{"id":"eb6cb57d-d2e4-41f1-a6be-8750434b417c","description":{"content":"<p>The GUID of the pause screen to update</p>\n","type":"text/plain"},"type":"any","value":"string","key":"thumbnail_guid"}]}},"response":[],"_postman_id":"f37b5c36-47d3-4b30-befc-1ac0a2029c9f"},{"name":"Delete pause screen by GUID","id":"0a6e069c-3085-4878-8d5a-0f6ce6b8004f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/video/:video_id/thumbnail/pause-screen/:thumbnail_guid","urlObject":{"path":["video",":video_id","thumbnail","pause-screen",":thumbnail_guid"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"a1a5fd2a-3f4b-4b3a-9c92-6e554942101d","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"},{"id":"9a2c793a-5744-41ee-99c6-5711d28f2adf","description":{"content":"<p>The GUID of the pause screen thumbnail</p>\n","type":"text/plain"},"type":"any","value":"string","key":"thumbnail_guid"}]}},"response":[],"_postman_id":"0a6e069c-3085-4878-8d5a-0f6ce6b8004f"}],"id":"971f0a73-7bd3-4cb4-885b-63e3c772bf3c","_postman_id":"971f0a73-7bd3-4cb4-885b-63e3c772bf3c","description":""},{"name":"Get thumbnails","id":"6123003d-1f57-45ad-b9d9-b0225e50dfec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/video/:video_id/thumbnail","urlObject":{"path":["video",":video_id","thumbnail"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"80199c02-e99e-41e5-b4d7-a7557a6d524f","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"6123003d-1f57-45ad-b9d9-b0225e50dfec"},{"name":"Upload thumbnail","id":"249251da-a785-416b-ac18-77f06f02d2b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/thumbnail.png\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vidalytics.com/public/v1/video/:video_id/thumbnail","urlObject":{"path":["video",":video_id","thumbnail"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"c44be341-c5ba-437a-8034-a9fc67eea117","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"249251da-a785-416b-ac18-77f06f02d2b3"},{"name":"Update thumbnail config","id":"2bb76232-5d6a-4d49-b10d-9f6464b90b92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"thumbnail_default_type\": \"image\",\n  \"thumbnail_video_guid\": null,\n  \"thumbnail_default_from\": null,\n  \"thumbnail_default_to\": null,\n  \"thumbnail_mobile_type\": \"image\",\n  \"thumbnail_mobile_video_guid\": null,\n  \"thumbnail_mobile_from\": null,\n  \"thumbnail_mobile_to\": null,\n  \"thumbnail_full_size\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vidalytics.com/public/v1/video/:video_id/thumbnail/settings","urlObject":{"path":["video",":video_id","thumbnail","settings"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"bead2208-94bf-44f8-aa25-6e3d377facd3","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"2bb76232-5d6a-4d49-b10d-9f6464b90b92"},{"name":"Delete thumbnail","id":"ed843151-fc29-4473-8444-1d9b9c818696","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/video/:video_id/thumbnail","urlObject":{"path":["video",":video_id","thumbnail"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"005d05f8-22e8-416e-a47b-20ebb98b756a","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"ed843151-fc29-4473-8444-1d9b9c818696"},{"name":"Upload mobile thumbnail","id":"2445b9d3-cef9-4d47-9f0c-91c716bcda8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/mobile-thumbnail.png\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vidalytics.com/public/v1/video/:video_id/thumbnail/mobile","urlObject":{"path":["video",":video_id","thumbnail","mobile"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"e316614e-a802-4c64-a7cc-255c724c0138","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"2445b9d3-cef9-4d47-9f0c-91c716bcda8b"},{"name":"Delete mobile thumbnail","id":"643dd48c-a640-4c73-8f7b-cdb5637fdb8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/video/:video_id/thumbnail/mobile","urlObject":{"path":["video",":video_id","thumbnail","mobile"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"74f57762-7a7e-42c1-9dcb-1e6a1226d9d7","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"643dd48c-a640-4c73-8f7b-cdb5637fdb8a"}],"id":"39a5f3b9-2fa4-47d6-999d-d0abc687020b","_postman_id":"39a5f3b9-2fa4-47d6-999d-d0abc687020b","description":""},{"name":"call-to-action","item":[{"name":"List CTAs","id":"d9ee6fb3-e6d1-4e55-8d6f-da319e97b6e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/video/:video_id/call-to-action","urlObject":{"path":["video",":video_id","call-to-action"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"7bb61eca-e1c3-4704-bbaa-f4c58d831c97","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"d9ee6fb3-e6d1-4e55-8d6f-da319e97b6e5"},{"name":"Create CTA","id":"bb94add5-8298-4c27-ae52-a66e09cb0eb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Click here\",\n  \"link\": \"https://example.com\",\n  \"link_in_new_window\": true,\n  \"time_from\": 0,\n  \"time_to\": 30,\n  \"type\": \"button\",\n  \"display_mode\": \"always\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vidalytics.com/public/v1/video/:video_id/call-to-action","urlObject":{"path":["video",":video_id","call-to-action"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"8c0bc1c3-fde6-4b86-b6a3-3664b9129011","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"bb94add5-8298-4c27-ae52-a66e09cb0eb3"},{"name":"Update CTA","id":"f20d0b49-73f2-447a-b512-08f96912b085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Click here\",\n  \"link\": \"https://example.com\",\n  \"link_in_new_window\": true,\n  \"time_from\": 0,\n  \"time_to\": 30,\n  \"type\": \"button\",\n  \"display_mode\": \"always\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vidalytics.com/public/v1/video/:video_id/call-to-action/:cta_id","urlObject":{"path":["video",":video_id","call-to-action",":cta_id"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"fc898d60-3338-4b8f-9ead-304104429052","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"},{"id":"1dbb366d-6f61-4c94-91d9-8e9967d03d2f","description":{"content":"<p>The ID of the CTA</p>\n","type":"text/plain"},"type":"any","value":"string","key":"cta_id"}]}},"response":[],"_postman_id":"f20d0b49-73f2-447a-b512-08f96912b085"},{"name":"Delete CTA","id":"ba4691e6-e052-4325-9493-493bc950dc3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/video/:video_id/call-to-action/:cta_id","urlObject":{"path":["video",":video_id","call-to-action",":cta_id"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"e46e6a11-1995-4f29-b17d-de1207f51303","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"},{"id":"7b608530-6af1-4afe-85d8-11c4c56983ee","description":{"content":"<p>The ID of the CTA</p>\n","type":"text/plain"},"type":"any","value":"string","key":"cta_id"}]}},"response":[],"_postman_id":"ba4691e6-e052-4325-9493-493bc950dc3b"}],"id":"becb8483-66ea-423c-bd7a-92ca7347d1ec","_postman_id":"becb8483-66ea-423c-bd7a-92ca7347d1ec","description":""},{"name":"Get details on a single video by ID","id":"6eaca342-d069-4e66-9717-b5a23074bfde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/video/:video_id","urlObject":{"path":["video",":video_id"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"b9ab6e2f-3008-4951-9e24-ef74f473aa04","description":{"content":"<p>The ID of the video to retrieve</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[{"id":"a74cfc16-1b7e-4d7e-83a0-9d209aa7c687","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/video/:video_id","host":["https://api.vidalytics.com/public/v1"],"path":["video",":video_id"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": false,\n  \"content\": {\n    \"data\": {\n      \"id\": \"QwuRdTxz0l1HBGyA\",\n      \"date_created\": \"2023-02-22 11:01:52\",\n      \"last_published\": \"2023-02-22 11:04:37\",\n      \"status\": \"processing\",\n      \"views\": 0,\n      \"folder_id\": \"KBTe1Aumq1mPDu6G\",\n      \"thumbnail\": {\n        \"desktop\": \"https://quick.vidalytics.com/thumbs/desc/dasf0al.png\",\n        \"mobile\": \"https://quick.vidalytics.com/thumbs/mobile/21da2sf.png\"\n      },\n      \"url\": \"https://quick.vidalytics.com/video/88181/iv-mobile-on-square.mp4\",\n      \"embedGuid\": \"QwuRdTxz0l1HBGyA\"\n    }\n  }\n}"},{"id":"69a744b8-ed83-446d-9130-6be61a06dad2","name":"Bad request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/video/:video_id","host":["https://api.vidalytics.com/public/v1"],"path":["video",":video_id"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ebccf681-a33b-4876-95cb-5b31ae3d5c47","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/video/:video_id","host":["https://api.vidalytics.com/public/v1"],"path":["video",":video_id"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5d813c57-f0d5-479e-991a-d1028a3a0c5e","name":"Video not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/video/:video_id","host":["https://api.vidalytics.com/public/v1"],"path":["video",":video_id"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6eaca342-d069-4e66-9717-b5a23074bfde"},{"name":"Get video by embedGuid","id":"2e33ebbf-288f-4422-aaaa-5dd9bb013c1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/video?embedGuid={{embedGuid}}","description":"<p>Look up a single video by its embed code GUID.</p>\n","urlObject":{"path":["video"],"host":["https://api.vidalytics.com/public/v1"],"query":[{"description":{"content":"<p>The GUID of the embed code to look up the associated video.</p>\n","type":"text/plain"},"key":"embedGuid","value":"{{embedGuid}}"}],"variable":[]}},"response":[{"id":"bf84128f-c326-492e-800a-d6341afbb913","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/video?embedGuid=QwuRdTxz0l1HBGyA","host":["https://api.vidalytics.com/public/v1"],"path":["video"],"query":[{"key":"embedGuid","value":"QwuRdTxz0l1HBGyA"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"content\": {\n    \"data\": {\n      \"id\": \"QwuRdTxz0l1HBGyA\",\n      \"title\": \"My Video\",\n      \"date_created\": \"2023-02-22 11:01:52\",\n      \"last_published\": \"2023-02-22 11:04:37\",\n      \"status\": \"ready\",\n      \"views\": 0,\n      \"folder_id\": \"KBTe1Aumq1mPDu6G\",\n      \"thumbnail\": {\n        \"desktop\": \"https://quick.vidalytics.com/thumbs/desc/dasf0al.png\",\n        \"mobile\": null\n      },\n      \"url\": \"https://quick.vidalytics.com/video/88181/iv-mobile-on-square.mp4\",\n      \"embedGuid\": \"QwuRdTxz0l1HBGyA\"\n    }\n  }\n}"},{"id":"60970cbf-fbfb-4e2c-b3a7-c0389ff1e795","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/video?embedGuid=QwuRdTxz0l1HBGyA","host":["https://api.vidalytics.com/public/v1"],"path":["video"],"query":[{"key":"embedGuid","value":"QwuRdTxz0l1HBGyA"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0a15a9ad-f9d3-4ebd-a1b5-d7ccf93eee7c","name":"Video not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/video?embedGuid=QwuRdTxz0l1HBGyA","host":["https://api.vidalytics.com/public/v1"],"path":["video"],"query":[{"key":"embedGuid","value":"QwuRdTxz0l1HBGyA"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2e33ebbf-288f-4422-aaaa-5dd9bb013c1c"},{"name":"Update a video","id":"8abc9a7b-ecb4-4746-b53c-fe236dd706e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"folder_id\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.vidalytics.com/public/v1/video/:video_id","urlObject":{"path":["video",":video_id"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"2ef56d5e-8355-459f-88e6-6b0caffd42e0","description":{"content":"<p>The ID of the video to retrieve</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[{"id":"1ec45298-7477-450a-9e62-5666c792561f","name":"Video updated successfully","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"folder_id\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.vidalytics.com/public/v1/video/:video_id","host":["https://api.vidalytics.com/public/v1"],"path":["video",":video_id"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"content\": {\n    \"data\": {\n      \"id\": \"RpZOGcMe4Hpe1LI5\",\n      \"title\": \"string\",\n      \"date_created\": \"1981-04-24T14:35:28.440Z\",\n      \"last_published\": \"1968-10-22T22:44:30.389Z\",\n      \"status\": \"ready\",\n      \"views\": 3195,\n      \"url\": \"string\",\n      \"thumbnail\": {\n        \"desktop\": \"string\",\n        \"mobile\": \"string\"\n      },\n      \"folder_id\": \"string\"\n    }\n  }\n}"},{"id":"0f7ff898-a497-4536-bd23-f86c0a3287b7","name":"Bad request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"folder_id\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.vidalytics.com/public/v1/video/:video_id","host":["https://api.vidalytics.com/public/v1"],"path":["video",":video_id"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"e222c327-af11-462a-b812-b8642016138c","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"folder_id\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.vidalytics.com/public/v1/video/:video_id","host":["https://api.vidalytics.com/public/v1"],"path":["video",":video_id"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ae66f557-5950-4d68-85db-af0433b5cc45","name":"Video not found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"folder_id\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.vidalytics.com/public/v1/video/:video_id","host":["https://api.vidalytics.com/public/v1"],"path":["video",":video_id"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8abc9a7b-ecb4-4746-b53c-fe236dd706e3"},{"name":"Delete a video","id":"9c78455e-dc47-473a-a795-062d060ae74f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/video/:video_id","urlObject":{"path":["video",":video_id"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"89cdb4c8-55b5-46f6-bee9-f6d8bde50d98","description":{"content":"<p>The ID of the video to retrieve</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[{"id":"907a1cd5-6e0b-4022-ba3f-78b9dbb675b6","name":"Video deleted successfully","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/video/:video_id","host":["https://api.vidalytics.com/public/v1"],"path":["video",":video_id"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"Video deleted successfully\"\n}"},{"id":"27aa108d-800b-474f-981e-61c7e7d71022","name":"Bad request","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/video/:video_id","host":["https://api.vidalytics.com/public/v1"],"path":["video",":video_id"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"66aa2cbc-a9f1-4836-a1f2-7278f0dd3f87","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/video/:video_id","host":["https://api.vidalytics.com/public/v1"],"path":["video",":video_id"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"28a6ad14-e86b-48b4-856d-9fb8590af529","name":"Video not found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/video/:video_id","host":["https://api.vidalytics.com/public/v1"],"path":["video",":video_id"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"33192806-57a7-46ba-9918-4e660994fc35","name":"Internal server error","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/video/:video_id","host":["https://api.vidalytics.com/public/v1"],"path":["video",":video_id"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9c78455e-dc47-473a-a795-062d060ae74f"}],"id":"ec92fbcf-59d4-427b-93d1-3b93a7cd3e60","_postman_id":"ec92fbcf-59d4-427b-93d1-3b93a7cd3e60","description":""},{"name":"upload","item":[{"name":"Upload a new video","id":"6544e191-f9ef-42e7-ae1c-903123fc5b9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Title of the video</p>\n","key":"title","value":"my-test-name.avi","type":"text"},{"description":"<p>URL of the remote video file</p>\n","key":"url","value":"https://jsoncompare.org/LearningContainer/SampleFiles/Video/MP4/sample-mp4-file.mp4","type":"text"},{"description":"<p>Binary content of the video file being uploaded</p>\n","key":"file","type":"file","value":null}]},"url":"https://api.vidalytics.com/public/v1/video/upload","urlObject":{"path":["video","upload"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[]}},"response":[{"id":"c69cead4-c835-49f5-8779-c469f2239343","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"formdata","formdata":[{"description":"Title of the video","key":"title","value":"my-test-name.avi","type":"text"},{"description":"URL of the remote video file","key":"url","value":"https://jsoncompare.org/LearningContainer/SampleFiles/Video/MP4/sample-mp4-file.mp4","type":"text"},{"description":"Binary content of the video file being uploaded","key":"file","type":"file","src":[]}]},"url":"https://api.vidalytics.com/public/v1/video/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": false,\n  \"content\": {\n    \"data\": {\n      \"id\": \"QwuRdTxz0l1HBGyA\",\n      \"date_created\": \"2023-02-22 11:01:52\",\n      \"last_published\": \"2023-02-22 11:04:37\",\n      \"status\": \"processing\",\n      \"folder_id\": \"KBTe1Aumq1mPDu6G\"\n    }\n  }\n}"},{"id":"33c73ea7-1554-47d5-bd30-d0a5e4fba995","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"formdata","formdata":[{"description":"Title of the video","key":"title","value":"my-test-name.avi","type":"text"},{"description":"URL of the remote video file","key":"url","value":"https://jsoncompare.org/LearningContainer/SampleFiles/Video/MP4/sample-mp4-file.mp4","type":"text"},{"description":"Binary content of the video file being uploaded","key":"file","type":"file","src":[]}]},"url":"https://api.vidalytics.com/public/v1/video/upload"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"236991dd-3f34-4ef0-9283-c4a4e5c5780b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"formdata","formdata":[{"description":"Title of the video","key":"title","value":"my-test-name.avi","type":"text"},{"description":"URL of the remote video file","key":"url","value":"https://jsoncompare.org/LearningContainer/SampleFiles/Video/MP4/sample-mp4-file.mp4","type":"text"},{"description":"Binary content of the video file being uploaded","key":"file","type":"file","src":[]}]},"url":"https://api.vidalytics.com/public/v1/video/upload"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6544e191-f9ef-42e7-ae1c-903123fc5b9b"}],"id":"bd4c548e-a993-45e4-8862-3b0b05f801fb","_postman_id":"bd4c548e-a993-45e4-8862-3b0b05f801fb","description":""},{"name":"Get a list of all videos","id":"cb2b252f-46cb-48c0-bff5-7b6137ab0630","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/video?embedGuid={{embedGuid}}","description":"<p>Returns a list of all videos. Optionally filters by embed code GUID to retrieve a single matching video.</p>\n","urlObject":{"path":["video"],"host":["https://api.vidalytics.com/public/v1"],"query":[{"description":{"content":"<p>(optional) Filter by embed GUID.</p>\n","type":"text/plain"},"key":"embedGuid","value":"{{embedGuid}}"}],"variable":[]}},"response":[{"id":"67ddf478-a482-44b8-9169-9be45f9233c8","name":"ok","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":"https://api.vidalytics.com/public/v1/video"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": false,\n  \"content\": {\n    \"data\": [\n      {\n        \"id\": \"RpZOGcMe4Hpe1LI5\",\n        \"title\": \"string\",\n        \"date_created\": \"1963-12-23T17:56:55.962Z\",\n        \"last_published\": \"1979-02-18T02:41:37.759Z\",\n        \"status\": \"ready\",\n        \"folder_id\": \"string\",\n        \"embedGuid\": \"RpZOGcMe4Hpe1LI5\"\n      },\n      {\n        \"id\": \"RpZOGcMe4Hpe1LI5\",\n        \"title\": \"string\",\n        \"date_created\": \"1969-12-01T06:10:12.054Z\",\n        \"last_published\": \"2014-07-05T08:39:37.759Z\",\n        \"status\": \"ready\",\n        \"folder_id\": \"string\",\n        \"embedGuid\": \"RpZOGcMe4Hpe1LI5\"\n      }\n    ]\n  }\n}"},{"id":"337ee9a7-f090-4915-9139-7ae57dedd91c","name":"Bad request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":"https://api.vidalytics.com/public/v1/video"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"187a1a97-99cf-4afd-8f12-e6ee94589765","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":"https://api.vidalytics.com/public/v1/video"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cb2b252f-46cb-48c0-bff5-7b6137ab0630"}],"id":"f144f9d9-215d-4ab1-91b0-59225d19e426","_postman_id":"f144f9d9-215d-4ab1-91b0-59225d19e426","description":""},{"name":"embed","item":[{"name":"video","item":[{"name":"{video_id}","item":[{"name":"Get video's HTML embed code by ID","id":"441337ae-4147-4144-9bd5-3bf0e5831bc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/embed/video/:video_id","urlObject":{"path":["embed","video",":video_id"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"74c9ce18-afb2-4ebb-84a1-ec9c59e0b22f","description":{"content":"<p>The ID of the video to retrieve</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[{"id":"b7ce0ef8-8505-4512-9a0a-c9dad76164bf","name":"Video retrieved successfully","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/embed/video/:video_id","host":["https://api.vidalytics.com/public/v1"],"path":["embed","video",":video_id"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"content\": {\n    \"data\": {\n      \"id\": \"RpZOGcMe4Hpe1LI5\",\n      \"title\": \"string\",\n      \"date_created\": \"2025-05-27T05:47:13.326Z\",\n      \"last_published\": \"1994-02-06T07:56:25.826Z\",\n      \"html\": \"string\",\n      \"status\": \"ready\",\n      \"views\": 8472,\n      \"url\": \"string\",\n      \"thumbnail\": {\n        \"desktop\": \"string\",\n        \"mobile\": \"string\"\n      },\n      \"folder_id\": \"string\"\n    }\n  }\n}"},{"id":"b32975c5-1c64-4529-b203-98b210f6a5bf","name":"Bad request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/embed/video/:video_id","host":["https://api.vidalytics.com/public/v1"],"path":["embed","video",":video_id"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5e640df7-d4b9-44ca-9c33-d4e250c0323e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/embed/video/:video_id","host":["https://api.vidalytics.com/public/v1"],"path":["embed","video",":video_id"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"bbda4153-2383-49af-bba7-f3debf5d6ec9","name":"Video not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/embed/video/:video_id","host":["https://api.vidalytics.com/public/v1"],"path":["embed","video",":video_id"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"441337ae-4147-4144-9bd5-3bf0e5831bc0"}],"id":"a2c420b3-98db-4bd8-a932-870cccf83ea3","_postman_id":"a2c420b3-98db-4bd8-a932-870cccf83ea3","description":""}],"id":"ca0608d2-b234-4dfd-a9a3-dbd4aeb9edc0","_postman_id":"ca0608d2-b234-4dfd-a9a3-dbd4aeb9edc0","description":""}],"id":"0c02cbb2-bb16-4b58-a3a6-7eda3344950d","_postman_id":"0c02cbb2-bb16-4b58-a3a6-7eda3344950d","description":""},{"name":"stats","item":[{"name":"video","item":[{"name":"{video_id}","item":[{"name":"drop-off","item":[{"name":"Get viewer's drop-off statistics for a single video by ID","id":"3eaa10fa-7b75-49d5-9ca0-c1e72e52e5ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/stats/video/:video_id/drop-off?dateFrom=2020-01-01&dateTo=2023-02-01","description":"<p>Returns viewer drop-off statistics showing how many viewers remain watching at each second of the video.</p>\n<p><strong>Note:</strong> This endpoint counts towards your monthly API usage limits. Check <code>/stats/usage</code> to monitor your current usage.</p>\n","urlObject":{"path":["stats","video",":video_id","drop-off"],"host":["https://api.vidalytics.com/public/v1"],"query":[{"description":{"content":"<p>date from for filter</p>\n","type":"text/plain"},"key":"dateFrom","value":"2020-01-01"},{"description":{"content":"<p>date to for filter</p>\n","type":"text/plain"},"key":"dateTo","value":"2023-02-01"}],"variable":[{"id":"a6b053b7-a0a4-46df-abf6-ffc7fc2ea1b2","description":{"content":"<p>The ID of the video to retrieve</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[{"id":"1ed0f59c-e9c6-400f-a10c-d6a9fb29bb16","name":"ok","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/stats/video/:video_id/drop-off?dateFrom=2020-01-01&dateTo=2023-02-01","host":["https://api.vidalytics.com/public/v1"],"path":["stats","video",":video_id","drop-off"],"query":[{"description":"date from for filter","key":"dateFrom","value":"2020-01-01"},{"description":"date to for filter","key":"dateTo","value":"2023-02-01"}],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"content\": {\n    \"all\": {\n      \"watches\": {\n        \"0\": 200,\n        \"5\": 190,\n        \"10\": 80,\n        \"15\": 50\n      }\n    }\n  }\n}"},{"id":"21a94b50-304c-4762-bcef-633dd9e69842","name":"Bad request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/stats/video/:video_id/drop-off?dateFrom=2020-01-01&dateTo=2023-02-01","host":["https://api.vidalytics.com/public/v1"],"path":["stats","video",":video_id","drop-off"],"query":[{"description":"date from for filter","key":"dateFrom","value":"2020-01-01"},{"description":"date to for filter","key":"dateTo","value":"2023-02-01"}],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4ce10dd7-528b-45b8-bd69-59eeb6d6ec94","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/stats/video/:video_id/drop-off?dateFrom=2020-01-01&dateTo=2023-02-01","host":["https://api.vidalytics.com/public/v1"],"path":["stats","video",":video_id","drop-off"],"query":[{"description":"date from for filter","key":"dateFrom","value":"2020-01-01"},{"description":"date to for filter","key":"dateTo","value":"2023-02-01"}],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"53ece18c-f68b-422f-a116-f3d6e96b95cb","name":"Rate limit exceeded. This can occur in two scenarios:\n\n1. **Monthly limit reached with throttling active**: You've reached your monthly limit and are now restricted to a reduced hourly rate. The error message will indicate the hourly limit.\n2. **Hard limi","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/stats/video/:video_id/drop-off?dateFrom=2020-01-01&dateTo=2023-02-01","host":["https://api.vidalytics.com/public/v1"],"path":["stats","video",":video_id","drop-off"],"query":[{"description":"date from for filter","key":"dateFrom","value":"2020-01-01"},{"description":"date to for filter","key":"dateTo","value":"2023-02-01"}],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": false,\n  \"error\": {\n    \"code\": 429,\n    \"message\": \"Limit exceeded. Current usage: 10000, Monthly limit: 10000\"\n  }\n}"}],"_postman_id":"3eaa10fa-7b75-49d5-9ca0-c1e72e52e5ea"}],"id":"8a11e6fb-00e6-4185-bbd7-80df21f04d1f","_postman_id":"8a11e6fb-00e6-4185-bbd7-80df21f04d1f","description":""},{"name":"live-metrics","item":[{"name":"Get live metrics for a single video","id":"a1a2fc6e-cb7c-4386-95b7-2baa70eece25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/stats/video/:video_id/live-metrics","description":"<p>Returns real-time metrics for the specified video, such as current viewers watching.</p>\n<p><strong>Note:</strong> This endpoint is only available to Enterprise customers.</p>\n","urlObject":{"path":["stats","video",":video_id","live-metrics"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"4c5a0d34-f1fe-47bf-a081-de034f197286","description":{"content":"<p>The ID of the video to retrieve</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[{"id":"111defce-58b0-4ee0-bc14-204fe1b319a0","name":"Live metrics retrieved successfully","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/stats/video/:video_id/live-metrics","host":["https://api.vidalytics.com/public/v1"],"path":["stats","video",":video_id","live-metrics"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"content\": {\n    \"watching\": 0\n  }\n}"},{"id":"230671e0-84f7-4f3e-b52a-bffcd992f025","name":"Bad request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/stats/video/:video_id/live-metrics","host":["https://api.vidalytics.com/public/v1"],"path":["stats","video",":video_id","live-metrics"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"22392c07-59c5-4747-adfb-39411dfb5684","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/stats/video/:video_id/live-metrics","host":["https://api.vidalytics.com/public/v1"],"path":["stats","video",":video_id","live-metrics"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"bfb0f4ce-e8ff-4db2-a08a-d7908d605c1d","name":"Video not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/stats/video/:video_id/live-metrics","host":["https://api.vidalytics.com/public/v1"],"path":["stats","video",":video_id","live-metrics"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ef08c84f-eaba-40a7-8489-f9a7eb316cf8","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/stats/video/:video_id/live-metrics","host":["https://api.vidalytics.com/public/v1"],"path":["stats","video",":video_id","live-metrics"],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a1a2fc6e-cb7c-4386-95b7-2baa70eece25"}],"id":"518ae079-ee03-4311-83b0-5b3770adce84","_postman_id":"518ae079-ee03-4311-83b0-5b3770adce84","description":""},{"name":"Get total statistics for a single video by ID","id":"9f0f2f1d-8e74-4525-b67c-5769c4faad26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/stats/video/:video_id?dateFrom=2020-01-01&dateTo=2023-02-01","description":"<p>Returns total statistics for the specified video within the given date range.</p>\n<p><strong>Note:</strong> This endpoint counts towards your monthly API usage limits. Check <code>/stats/usage</code> to monitor your current usage.</p>\n","urlObject":{"path":["stats","video",":video_id"],"host":["https://api.vidalytics.com/public/v1"],"query":[{"description":{"content":"<p>date from for filter</p>\n","type":"text/plain"},"key":"dateFrom","value":"2020-01-01"},{"description":{"content":"<p>date to for filter</p>\n","type":"text/plain"},"key":"dateTo","value":"2023-02-01"}],"variable":[{"id":"473fef94-9c72-4a32-8b62-f7ab9b332625","description":{"content":"<p>The ID of the video to retrieve</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[{"id":"4517d9c8-5fef-42df-b452-3216648d2c10","name":"ok","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/stats/video/:video_id?dateFrom=2020-01-01&dateTo=2023-02-01","host":["https://api.vidalytics.com/public/v1"],"path":["stats","video",":video_id"],"query":[{"description":"date from for filter","key":"dateFrom","value":"2020-01-01"},{"description":"date to for filter","key":"dateTo","value":"2023-02-01"}],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"content\": {\n    \"plays\": 9866,\n    \"playsUnique\": 5418,\n    \"playRate\": 6626.609534677323,\n    \"unmuteRate\": 8266.15031262998\n  }\n}"},{"id":"f2c49f70-2ceb-496c-b94f-e78217b7e5f7","name":"Bad request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/stats/video/:video_id?dateFrom=2020-01-01&dateTo=2023-02-01","host":["https://api.vidalytics.com/public/v1"],"path":["stats","video",":video_id"],"query":[{"description":"date from for filter","key":"dateFrom","value":"2020-01-01"},{"description":"date to for filter","key":"dateTo","value":"2023-02-01"}],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5e562340-2719-467b-80b3-479c9bae3833","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/stats/video/:video_id?dateFrom=2020-01-01&dateTo=2023-02-01","host":["https://api.vidalytics.com/public/v1"],"path":["stats","video",":video_id"],"query":[{"description":"date from for filter","key":"dateFrom","value":"2020-01-01"},{"description":"date to for filter","key":"dateTo","value":"2023-02-01"}],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"31166614-8d94-43fa-978b-b354c957fe47","name":"Video not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/stats/video/:video_id?dateFrom=2020-01-01&dateTo=2023-02-01","host":["https://api.vidalytics.com/public/v1"],"path":["stats","video",":video_id"],"query":[{"description":"date from for filter","key":"dateFrom","value":"2020-01-01"},{"description":"date to for filter","key":"dateTo","value":"2023-02-01"}],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0ae2a6a8-8ec9-4695-9150-b5a497a11602","name":"Rate limit exceeded. This can occur in two scenarios:\n\n1. **Monthly limit reached with throttling active**: You've reached your monthly limit and are now restricted to a reduced hourly rate. The error message will indicate the hourly limit.\n2. **Hard limi","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/stats/video/:video_id?dateFrom=2020-01-01&dateTo=2023-02-01","host":["https://api.vidalytics.com/public/v1"],"path":["stats","video",":video_id"],"query":[{"description":"date from for filter","key":"dateFrom","value":"2020-01-01"},{"description":"date to for filter","key":"dateTo","value":"2023-02-01"}],"variable":[{"key":"video_id","value":"string","description":"The ID of the video to retrieve"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": false,\n  \"error\": {\n    \"code\": 429,\n    \"message\": \"Limit exceeded. Current usage: 10000, Monthly limit: 10000\"\n  }\n}"}],"_postman_id":"9f0f2f1d-8e74-4525-b67c-5769c4faad26"}],"id":"b3dcda0c-86bc-478b-b395-9355e28680c4","_postman_id":"b3dcda0c-86bc-478b-b395-9355e28680c4","description":""}],"id":"ca437475-831a-4f18-b662-995d345a7430","_postman_id":"ca437475-831a-4f18-b662-995d345a7430","description":""},{"name":"usage","item":[{"name":"Get current API usage limits","id":"a04dc661-7c6d-4cee-9be0-ee4e3b85d872","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/stats/usage","description":"<p>Returns the current API usage, including monthly limit, current usage, and remaining requests.</p>\n<p><strong>Usage Information:</strong></p>\n<ul>\n<li><code>monthly_limit</code>: Maximum number of API requests allowed per billing period (null means unlimited)</li>\n<li><code>current_usage</code>: Number of API requests made in the current billing period</li>\n<li><code>remaining</code>: Number of requests remaining (null if unlimited)</li>\n</ul>\n","urlObject":{"path":["stats","usage"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[]}},"response":[{"id":"ec9f3a3c-ef93-4dda-9ca4-80b2461d7384","name":"Usage limit retrieved successfully","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":"https://api.vidalytics.com/public/v1/stats/usage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"content\": {\n    \"monthly_limit\": 10000,\n    \"current_usage\": 2543,\n    \"remaining\": 7457\n  }\n}"},{"id":"c9ec68e0-fbc6-4036-98bb-ec8c4c305b4f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":"https://api.vidalytics.com/public/v1/stats/usage"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a2a467bb-4091-4844-bd95-6d980bad2dce","name":"Rate limit exceeded. This can occur in two scenarios:\n\n1. **Monthly limit reached with throttling active**: You've reached your monthly limit and are now restricted to a reduced hourly rate. The error message will indicate the hourly limit.\n2. **Hard limi","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":"https://api.vidalytics.com/public/v1/stats/usage"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": false,\n  \"error\": {\n    \"code\": 429,\n    \"message\": \"Limit exceeded. Current usage: 10000, Monthly limit: 10000\"\n  }\n}"},{"id":"6ab7b095-28ba-4266-b126-beb55c5540b5","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":"https://api.vidalytics.com/public/v1/stats/usage"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a04dc661-7c6d-4cee-9be0-ee4e3b85d872"}],"id":"9f9a93c7-5ba6-4faf-a5ba-a7cd7b46b7c9","_postman_id":"9f9a93c7-5ba6-4faf-a5ba-a7cd7b46b7c9","description":""},{"name":"videos","item":[{"name":"timeline","item":[{"name":"Get timeline statistics for one or multiple videos","id":"3fcd13f6-d0ea-4e9b-b37c-f6819a9be953","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/stats/videos/timeline?videoGuids=testvid1,testvid2&metrics=plays,impressions,conversions&dateFrom=2025-01-01&dateTo=2025-01-31&segment=segment.all&segmentParams=utm_medium&filter.browsers=chrome,safari,firefox&filter.conversions=conv_guid1,conv_guid2&filter.devices=desktop,mobile&filter.geo=USA,GBR,CAN&filter.url_params.{paramName}=aff1,aff2,aff3","description":"<p>Returns timeline data with metrics grouped by segments and dates.</p>\n<p><strong>Note:</strong> This endpoint counts towards your monthly API usage limits. Check <code>/stats/usage</code> to monitor your current usage.</p>\n<p><strong>Restrictions:</strong></p>\n<ul>\n<li>Date range cannot exceed 1 month</li>\n<li>Maximum 5 videos per request</li>\n<li>Maximum 5 metrics per request</li>\n<li>Maximum 5 filters per request (across all filter types: browsers, conversions, devices, geo, url_params)</li>\n<li>Only Enterprise tier customers can query multiple metrics, videos, or filters at once</li>\n</ul>\n<p><strong>Available Filter Types:</strong></p>\n<ul>\n<li><code>filter.browsers</code> - Filter by browser types</li>\n<li><code>filter.conversions</code> - Filter by conversion GUIDs</li>\n<li><code>filter.devices</code> - Filter by device types</li>\n<li><code>filter.geo</code> - Filter by country codes (ISO 3166-1 alpha-3)</li>\n<li><code>filter.url_params.&lt;param&gt;</code> - Filter by URL parameter values</li>\n</ul>\n","urlObject":{"path":["stats","videos","timeline"],"host":["https://api.vidalytics.com/public/v1"],"query":[{"description":{"content":"<p>Comma-separated list of video GUIDs to retrieve timeline for (max 5)</p>\n","type":"text/plain"},"key":"videoGuids","value":"testvid1,testvid2"},{"description":{"content":"<p>Comma-separated list of metrics to include. Max 5 metrics allowed for Enterprise tier customers.\n<strong>Available metrics:</strong></p>\n<ul>\n<li>plays – The number of times the video has been watched, including autoplays, partial watches, and repeats.</li>\n<li>unmute_plays – Amount of users who played the video on mute.</li>\n<li>play_rate – The percentage of unique viewers who have the video played, including autoplays.</li>\n<li>impressions – The number of times the video player was loaded on a web page.</li>\n<li>unique_viewers – The number of viewers who watched the video at least once (excludes multiple views by the same person).</li>\n<li>unmute_rate – The percentage of views that were unmuted, including unmutes with Smart Autoplay.</li>\n<li>avg_watched – The percentage of your video content that is being watched on average.</li>\n<li>conversions – The total number of conversion actions completed after watching this video, within your conversion window.</li>\n<li>conversion_rate – The percentage of viewers who take a conversion action out of the total number of unique viewers.</li>\n<li>average_order – The average amount of money spent on orders completed after watching this video.</li>\n<li>opt_in_rate – Play Gate Submissions / Play Gate Displays.</li>\n<li>revenue – Total spending on orders after watching this video, based on default values in Conversions settings or dynamic values passed via the Conversion code.</li>\n<li>revenue_per_viewer – Total revenue generated from the video divided by the number of unique viewers.</li>\n<li>bounce_rate – Percentage of plays with less than 5 seconds watch time and no CTA or Play Gate action.</li>\n<li>cta_clicks – Total number of clicks on all CTAs in this video.</li>\n<li>redirects – The number of views that were redirected at the end of the video. Tracked only when Countdown Timer / Redirect is enabled.</li>\n</ul>\n","type":"text/plain"},"key":"metrics","value":"plays,impressions,conversions"},{"description":{"content":"<p>Start date for the timeline range</p>\n","type":"text/plain"},"key":"dateFrom","value":"2025-01-01"},{"description":{"content":"<p>End date for the timeline range (max 1 month from dateFrom)</p>\n","type":"text/plain"},"key":"dateTo","value":"2025-01-31"},{"description":{"content":"<p><strong>Available segments:</strong></p>\n<ul>\n<li>segment.all –  Return overall aggregated data</li>\n<li>segment.conversions – Segment data by conversions</li>\n<li>segment.geolocation – Segment data by viewers location</li>\n<li>segment.device – Segment data by device type</li>\n<li>segment.browser – Segment data by browser</li>\n<li>segment.url_params – Segment data by URL parameters</li>\n<li>segment.new-vs-returning – Segment data by new vs returning viewers</li>\n<li>segment.tags – Segment data by tags</li>\n<li>segment.muted-vs-unmuted – Segment data by muted vs unmuted</li>\n</ul>\n","type":"text/plain"},"key":"segment","value":"segment.all"},{"description":{"content":"<p>Comma-separated list of additional segment parameters (max 2). Only used for segments that require extra params such as segment.url_params</p>\n","type":"text/plain"},"key":"segmentParams","value":"utm_medium"},{"description":{"content":"<p>Comma-separated list of browsers to filter by</p>\n","type":"text/plain"},"key":"filter.browsers","value":"chrome,safari,firefox"},{"description":{"content":"<p>Comma-separated list of conversion GUIDs to filter by</p>\n","type":"text/plain"},"key":"filter.conversions","value":"conv_guid1,conv_guid2"},{"description":{"content":"<p>Comma-separated list of devices to filter by</p>\n","type":"text/plain"},"key":"filter.devices","value":"desktop,mobile"},{"description":{"content":"<p>Comma-separated list of alpha-3 country codes to filter by (ISO 3166-1 alpha-3)</p>\n","type":"text/plain"},"key":"filter.geo","value":"USA,GBR,CAN"},{"description":{"content":"<p>Filter by URL parameter values. This is a pattern parameter where <code>{paramName}</code> should be replaced with the actual URL parameter name you want to filter by.</p>\n<p><strong>Pattern:</strong> <code>filter.url_params.{paramName}=value1,value2</code></p>\n<p><strong>Examples:</strong></p>\n<ul>\n<li><code>filter.url_params.affiliates=aff1,aff2</code> - Filter by affiliates parameter</li>\n<li><code>filter.url_params.utm_source=google,facebook</code> - Filter by utm_source parameter</li>\n<li><code>filter.url_params.campaign=summer,winter</code> - Filter by campaign parameter</li>\n</ul>\n<p>You can use multiple url_params filters simultaneously (counting towards the max 5 filters total).\nValues are comma-separated for each parameter.</p>\n","type":"text/plain"},"key":"filter.url_params.{paramName}","value":"aff1,aff2,aff3"}],"variable":[]}},"response":[{"id":"38434407-8866-4e33-877b-1b8823e1d0f7","name":"Timeline data retrieved successfully","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/stats/videos/timeline?videoGuids=testvid1,testvid2&metrics=plays,impressions,conversions&dateFrom=2025-01-01&dateTo=2025-01-31&segment=segment.all&segmentParams=utm_medium&filter.browsers=chrome,safari,firefox&filter.conversions=conv_guid1,conv_guid2&filter.devices=desktop,mobile&filter.geo=USA,GBR,CAN&filter.url_params.{paramName}=aff1,aff2,aff3","host":["https://api.vidalytics.com/public/v1"],"path":["stats","videos","timeline"],"query":[{"description":"Comma-separated list of video GUIDs to retrieve timeline for (max 5)","key":"videoGuids","value":"testvid1,testvid2"},{"description":"Comma-separated list of metrics to include. Max 5 metrics allowed for Enterprise tier customers.\n**Available metrics:**\n- plays – The number of times the video has been watched, including autoplays, partial watches, and repeats.\n- unmute_plays – Amount of users who played the video on mute.\n- play_rate – The percentage of unique viewers who have the video played, including autoplays.\n- impressions – The number of times the video player was loaded on a web page.\n- unique_viewers – The number of viewers who watched the video at least once (excludes multiple views by the same person).\n- unmute_rate – The percentage of views that were unmuted, including unmutes with Smart Autoplay.\n- avg_watched – The percentage of your video content that is being watched on average.\n- conversions – The total number of conversion actions completed after watching this video, within your conversion window.\n- conversion_rate – The percentage of viewers who take a conversion action out of the total number of unique viewers.\n- average_order – The average amount of money spent on orders completed after watching this video.\n- opt_in_rate – Play Gate Submissions / Play Gate Displays.\n- revenue – Total spending on orders after watching this video, based on default values in Conversions settings or dynamic values passed via the Conversion code.\n- revenue_per_viewer – Total revenue generated from the video divided by the number of unique viewers.\n- bounce_rate – Percentage of plays with less than 5 seconds watch time and no CTA or Play Gate action.\n- cta_clicks – Total number of clicks on all CTAs in this video.\n- redirects – The number of views that were redirected at the end of the video. Tracked only when Countdown Timer / Redirect is enabled.\n","key":"metrics","value":"plays,impressions,conversions"},{"description":"Start date for the timeline range","key":"dateFrom","value":"2025-01-01"},{"description":"End date for the timeline range (max 1 month from dateFrom)","key":"dateTo","value":"2025-01-31"},{"description":"**Available segments:**\n- segment.all –  Return overall aggregated data\n- segment.conversions – Segment data by conversions\n- segment.geolocation – Segment data by viewers location\n- segment.device – Segment data by device type\n- segment.browser – Segment data by browser\n- segment.url_params – Segment data by URL parameters\n- segment.new-vs-returning – Segment data by new vs returning viewers\n- segment.tags – Segment data by tags\n- segment.muted-vs-unmuted – Segment data by muted vs unmuted","key":"segment","value":"segment.all"},{"description":"Comma-separated list of additional segment parameters (max 2). Only used for segments that require extra params such as segment.url_params","key":"segmentParams","value":"utm_medium"},{"description":"Comma-separated list of browsers to filter by","key":"filter.browsers","value":"chrome,safari,firefox"},{"description":"Comma-separated list of conversion GUIDs to filter by","key":"filter.conversions","value":"conv_guid1,conv_guid2"},{"description":"Comma-separated list of devices to filter by","key":"filter.devices","value":"desktop,mobile"},{"description":"Comma-separated list of alpha-3 country codes to filter by (ISO 3166-1 alpha-3)","key":"filter.geo","value":"USA,GBR,CAN"},{"description":"Filter by URL parameter values. This is a pattern parameter where `{paramName}` should be replaced with the actual URL parameter name you want to filter by.\n\n**Pattern:** `filter.url_params.{paramName}=value1,value2`\n\n**Examples:**\n- `filter.url_params.affiliates=aff1,aff2` - Filter by affiliates parameter\n- `filter.url_params.utm_source=google,facebook` - Filter by utm_source parameter\n- `filter.url_params.campaign=summer,winter` - Filter by campaign parameter\n\nYou can use multiple url_params filters simultaneously (counting towards the max 5 filters total).\nValues are comma-separated for each parameter.\n","key":"filter.url_params.{paramName}","value":"aff1,aff2,aff3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"content\": {\n    \"data\": [\n      {\n        \"segment\": \"United States\",\n        \"data\": [\n          {\n            \"date\": \"2025-01-01 00:00:00\",\n            \"data\": [\n              {\n                \"videoGuid\": \"testvid1\",\n                \"metrics\": {\n                  \"key_0\": 748\n                }\n              },\n              {\n                \"videoGuid\": \"testvid1\",\n                \"metrics\": {\n                  \"key_0\": 9480\n                }\n              }\n            ]\n          },\n          {\n            \"date\": \"2025-01-01 00:00:00\",\n            \"data\": [\n              {\n                \"videoGuid\": \"testvid1\",\n                \"metrics\": {\n                  \"key_0\": 87\n                }\n              },\n              {\n                \"videoGuid\": \"testvid1\",\n                \"metrics\": {\n                  \"key_0\": 3619\n                }\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"segment\": \"United States\",\n        \"data\": [\n          {\n            \"date\": \"2025-01-01 00:00:00\",\n            \"data\": [\n              {\n                \"videoGuid\": \"testvid1\",\n                \"metrics\": {\n                  \"key_0\": 2351\n                }\n              },\n              {\n                \"videoGuid\": \"testvid1\",\n                \"metrics\": {\n                  \"key_0\": 281,\n                  \"key_1\": 6543,\n                  \"key_2\": 5262\n                }\n              }\n            ]\n          },\n          {\n            \"date\": \"2025-01-01 00:00:00\",\n            \"data\": [\n              {\n                \"videoGuid\": \"testvid1\",\n                \"metrics\": {\n                  \"key_0\": 4245,\n                  \"key_1\": 7514,\n                  \"key_2\": 8591,\n                  \"key_3\": 5028\n                }\n              },\n              {\n                \"videoGuid\": \"testvid1\",\n                \"metrics\": {\n                  \"key_0\": 3496,\n                  \"key_1\": 3055,\n                  \"key_2\": 8916\n                }\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"c82fcc5c-4c3d-4331-b509-1aba472a94ec","name":"Bad request (invalid parameters, date range exceeds 1 month, more than 5 videos/metrics/filters, or non-enterprise user requesting multiple metrics)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/stats/videos/timeline?videoGuids=testvid1,testvid2&metrics=plays,impressions,conversions&dateFrom=2025-01-01&dateTo=2025-01-31&segment=segment.all&segmentParams=utm_medium&filter.browsers=chrome,safari,firefox&filter.conversions=conv_guid1,conv_guid2&filter.devices=desktop,mobile&filter.geo=USA,GBR,CAN&filter.url_params.{paramName}=aff1,aff2,aff3","host":["https://api.vidalytics.com/public/v1"],"path":["stats","videos","timeline"],"query":[{"description":"Comma-separated list of video GUIDs to retrieve timeline for (max 5)","key":"videoGuids","value":"testvid1,testvid2"},{"description":"Comma-separated list of metrics to include. Max 5 metrics allowed for Enterprise tier customers.\n**Available metrics:**\n- plays – The number of times the video has been watched, including autoplays, partial watches, and repeats.\n- unmute_plays – Amount of users who played the video on mute.\n- play_rate – The percentage of unique viewers who have the video played, including autoplays.\n- impressions – The number of times the video player was loaded on a web page.\n- unique_viewers – The number of viewers who watched the video at least once (excludes multiple views by the same person).\n- unmute_rate – The percentage of views that were unmuted, including unmutes with Smart Autoplay.\n- avg_watched – The percentage of your video content that is being watched on average.\n- conversions – The total number of conversion actions completed after watching this video, within your conversion window.\n- conversion_rate – The percentage of viewers who take a conversion action out of the total number of unique viewers.\n- average_order – The average amount of money spent on orders completed after watching this video.\n- opt_in_rate – Play Gate Submissions / Play Gate Displays.\n- revenue – Total spending on orders after watching this video, based on default values in Conversions settings or dynamic values passed via the Conversion code.\n- revenue_per_viewer – Total revenue generated from the video divided by the number of unique viewers.\n- bounce_rate – Percentage of plays with less than 5 seconds watch time and no CTA or Play Gate action.\n- cta_clicks – Total number of clicks on all CTAs in this video.\n- redirects – The number of views that were redirected at the end of the video. Tracked only when Countdown Timer / Redirect is enabled.\n","key":"metrics","value":"plays,impressions,conversions"},{"description":"Start date for the timeline range","key":"dateFrom","value":"2025-01-01"},{"description":"End date for the timeline range (max 1 month from dateFrom)","key":"dateTo","value":"2025-01-31"},{"description":"**Available segments:**\n- segment.all –  Return overall aggregated data\n- segment.conversions – Segment data by conversions\n- segment.geolocation – Segment data by viewers location\n- segment.device – Segment data by device type\n- segment.browser – Segment data by browser\n- segment.url_params – Segment data by URL parameters\n- segment.new-vs-returning – Segment data by new vs returning viewers\n- segment.tags – Segment data by tags\n- segment.muted-vs-unmuted – Segment data by muted vs unmuted","key":"segment","value":"segment.all"},{"description":"Comma-separated list of additional segment parameters (max 2). Only used for segments that require extra params such as segment.url_params","key":"segmentParams","value":"utm_medium"},{"description":"Comma-separated list of browsers to filter by","key":"filter.browsers","value":"chrome,safari,firefox"},{"description":"Comma-separated list of conversion GUIDs to filter by","key":"filter.conversions","value":"conv_guid1,conv_guid2"},{"description":"Comma-separated list of devices to filter by","key":"filter.devices","value":"desktop,mobile"},{"description":"Comma-separated list of alpha-3 country codes to filter by (ISO 3166-1 alpha-3)","key":"filter.geo","value":"USA,GBR,CAN"},{"description":"Filter by URL parameter values. This is a pattern parameter where `{paramName}` should be replaced with the actual URL parameter name you want to filter by.\n\n**Pattern:** `filter.url_params.{paramName}=value1,value2`\n\n**Examples:**\n- `filter.url_params.affiliates=aff1,aff2` - Filter by affiliates parameter\n- `filter.url_params.utm_source=google,facebook` - Filter by utm_source parameter\n- `filter.url_params.campaign=summer,winter` - Filter by campaign parameter\n\nYou can use multiple url_params filters simultaneously (counting towards the max 5 filters total).\nValues are comma-separated for each parameter.\n","key":"filter.url_params.{paramName}","value":"aff1,aff2,aff3"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"35aaebca-b6ea-4e5c-a46d-606a8d3288b7","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/stats/videos/timeline?videoGuids=testvid1,testvid2&metrics=plays,impressions,conversions&dateFrom=2025-01-01&dateTo=2025-01-31&segment=segment.all&segmentParams=utm_medium&filter.browsers=chrome,safari,firefox&filter.conversions=conv_guid1,conv_guid2&filter.devices=desktop,mobile&filter.geo=USA,GBR,CAN&filter.url_params.{paramName}=aff1,aff2,aff3","host":["https://api.vidalytics.com/public/v1"],"path":["stats","videos","timeline"],"query":[{"description":"Comma-separated list of video GUIDs to retrieve timeline for (max 5)","key":"videoGuids","value":"testvid1,testvid2"},{"description":"Comma-separated list of metrics to include. Max 5 metrics allowed for Enterprise tier customers.\n**Available metrics:**\n- plays – The number of times the video has been watched, including autoplays, partial watches, and repeats.\n- unmute_plays – Amount of users who played the video on mute.\n- play_rate – The percentage of unique viewers who have the video played, including autoplays.\n- impressions – The number of times the video player was loaded on a web page.\n- unique_viewers – The number of viewers who watched the video at least once (excludes multiple views by the same person).\n- unmute_rate – The percentage of views that were unmuted, including unmutes with Smart Autoplay.\n- avg_watched – The percentage of your video content that is being watched on average.\n- conversions – The total number of conversion actions completed after watching this video, within your conversion window.\n- conversion_rate – The percentage of viewers who take a conversion action out of the total number of unique viewers.\n- average_order – The average amount of money spent on orders completed after watching this video.\n- opt_in_rate – Play Gate Submissions / Play Gate Displays.\n- revenue – Total spending on orders after watching this video, based on default values in Conversions settings or dynamic values passed via the Conversion code.\n- revenue_per_viewer – Total revenue generated from the video divided by the number of unique viewers.\n- bounce_rate – Percentage of plays with less than 5 seconds watch time and no CTA or Play Gate action.\n- cta_clicks – Total number of clicks on all CTAs in this video.\n- redirects – The number of views that were redirected at the end of the video. Tracked only when Countdown Timer / Redirect is enabled.\n","key":"metrics","value":"plays,impressions,conversions"},{"description":"Start date for the timeline range","key":"dateFrom","value":"2025-01-01"},{"description":"End date for the timeline range (max 1 month from dateFrom)","key":"dateTo","value":"2025-01-31"},{"description":"**Available segments:**\n- segment.all –  Return overall aggregated data\n- segment.conversions – Segment data by conversions\n- segment.geolocation – Segment data by viewers location\n- segment.device – Segment data by device type\n- segment.browser – Segment data by browser\n- segment.url_params – Segment data by URL parameters\n- segment.new-vs-returning – Segment data by new vs returning viewers\n- segment.tags – Segment data by tags\n- segment.muted-vs-unmuted – Segment data by muted vs unmuted","key":"segment","value":"segment.all"},{"description":"Comma-separated list of additional segment parameters (max 2). Only used for segments that require extra params such as segment.url_params","key":"segmentParams","value":"utm_medium"},{"description":"Comma-separated list of browsers to filter by","key":"filter.browsers","value":"chrome,safari,firefox"},{"description":"Comma-separated list of conversion GUIDs to filter by","key":"filter.conversions","value":"conv_guid1,conv_guid2"},{"description":"Comma-separated list of devices to filter by","key":"filter.devices","value":"desktop,mobile"},{"description":"Comma-separated list of alpha-3 country codes to filter by (ISO 3166-1 alpha-3)","key":"filter.geo","value":"USA,GBR,CAN"},{"description":"Filter by URL parameter values. This is a pattern parameter where `{paramName}` should be replaced with the actual URL parameter name you want to filter by.\n\n**Pattern:** `filter.url_params.{paramName}=value1,value2`\n\n**Examples:**\n- `filter.url_params.affiliates=aff1,aff2` - Filter by affiliates parameter\n- `filter.url_params.utm_source=google,facebook` - Filter by utm_source parameter\n- `filter.url_params.campaign=summer,winter` - Filter by campaign parameter\n\nYou can use multiple url_params filters simultaneously (counting towards the max 5 filters total).\nValues are comma-separated for each parameter.\n","key":"filter.url_params.{paramName}","value":"aff1,aff2,aff3"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a2ea63ad-a9c6-4b30-b9bd-8aed3bef9cdb","name":"Rate limit exceeded. This can occur in two scenarios:\n\n1. **Monthly limit reached with throttling active**: You've reached your monthly limit and are now restricted to a reduced hourly rate. The error message will indicate the hourly limit.\n2. **Hard limi","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/stats/videos/timeline?videoGuids=testvid1,testvid2&metrics=plays,impressions,conversions&dateFrom=2025-01-01&dateTo=2025-01-31&segment=segment.all&segmentParams=utm_medium&filter.browsers=chrome,safari,firefox&filter.conversions=conv_guid1,conv_guid2&filter.devices=desktop,mobile&filter.geo=USA,GBR,CAN&filter.url_params.{paramName}=aff1,aff2,aff3","host":["https://api.vidalytics.com/public/v1"],"path":["stats","videos","timeline"],"query":[{"description":"Comma-separated list of video GUIDs to retrieve timeline for (max 5)","key":"videoGuids","value":"testvid1,testvid2"},{"description":"Comma-separated list of metrics to include. Max 5 metrics allowed for Enterprise tier customers.\n**Available metrics:**\n- plays – The number of times the video has been watched, including autoplays, partial watches, and repeats.\n- unmute_plays – Amount of users who played the video on mute.\n- play_rate – The percentage of unique viewers who have the video played, including autoplays.\n- impressions – The number of times the video player was loaded on a web page.\n- unique_viewers – The number of viewers who watched the video at least once (excludes multiple views by the same person).\n- unmute_rate – The percentage of views that were unmuted, including unmutes with Smart Autoplay.\n- avg_watched – The percentage of your video content that is being watched on average.\n- conversions – The total number of conversion actions completed after watching this video, within your conversion window.\n- conversion_rate – The percentage of viewers who take a conversion action out of the total number of unique viewers.\n- average_order – The average amount of money spent on orders completed after watching this video.\n- opt_in_rate – Play Gate Submissions / Play Gate Displays.\n- revenue – Total spending on orders after watching this video, based on default values in Conversions settings or dynamic values passed via the Conversion code.\n- revenue_per_viewer – Total revenue generated from the video divided by the number of unique viewers.\n- bounce_rate – Percentage of plays with less than 5 seconds watch time and no CTA or Play Gate action.\n- cta_clicks – Total number of clicks on all CTAs in this video.\n- redirects – The number of views that were redirected at the end of the video. Tracked only when Countdown Timer / Redirect is enabled.\n","key":"metrics","value":"plays,impressions,conversions"},{"description":"Start date for the timeline range","key":"dateFrom","value":"2025-01-01"},{"description":"End date for the timeline range (max 1 month from dateFrom)","key":"dateTo","value":"2025-01-31"},{"description":"**Available segments:**\n- segment.all –  Return overall aggregated data\n- segment.conversions – Segment data by conversions\n- segment.geolocation – Segment data by viewers location\n- segment.device – Segment data by device type\n- segment.browser – Segment data by browser\n- segment.url_params – Segment data by URL parameters\n- segment.new-vs-returning – Segment data by new vs returning viewers\n- segment.tags – Segment data by tags\n- segment.muted-vs-unmuted – Segment data by muted vs unmuted","key":"segment","value":"segment.all"},{"description":"Comma-separated list of additional segment parameters (max 2). Only used for segments that require extra params such as segment.url_params","key":"segmentParams","value":"utm_medium"},{"description":"Comma-separated list of browsers to filter by","key":"filter.browsers","value":"chrome,safari,firefox"},{"description":"Comma-separated list of conversion GUIDs to filter by","key":"filter.conversions","value":"conv_guid1,conv_guid2"},{"description":"Comma-separated list of devices to filter by","key":"filter.devices","value":"desktop,mobile"},{"description":"Comma-separated list of alpha-3 country codes to filter by (ISO 3166-1 alpha-3)","key":"filter.geo","value":"USA,GBR,CAN"},{"description":"Filter by URL parameter values. This is a pattern parameter where `{paramName}` should be replaced with the actual URL parameter name you want to filter by.\n\n**Pattern:** `filter.url_params.{paramName}=value1,value2`\n\n**Examples:**\n- `filter.url_params.affiliates=aff1,aff2` - Filter by affiliates parameter\n- `filter.url_params.utm_source=google,facebook` - Filter by utm_source parameter\n- `filter.url_params.campaign=summer,winter` - Filter by campaign parameter\n\nYou can use multiple url_params filters simultaneously (counting towards the max 5 filters total).\nValues are comma-separated for each parameter.\n","key":"filter.url_params.{paramName}","value":"aff1,aff2,aff3"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": false,\n  \"error\": {\n    \"code\": 429,\n    \"message\": \"Limit exceeded. Current usage: 10000, Monthly limit: 10000\"\n  }\n}"},{"id":"13323b3a-72cc-4493-b8ce-89b0c795784d","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/stats/videos/timeline?videoGuids=testvid1,testvid2&metrics=plays,impressions,conversions&dateFrom=2025-01-01&dateTo=2025-01-31&segment=segment.all&segmentParams=utm_medium&filter.browsers=chrome,safari,firefox&filter.conversions=conv_guid1,conv_guid2&filter.devices=desktop,mobile&filter.geo=USA,GBR,CAN&filter.url_params.{paramName}=aff1,aff2,aff3","host":["https://api.vidalytics.com/public/v1"],"path":["stats","videos","timeline"],"query":[{"description":"Comma-separated list of video GUIDs to retrieve timeline for (max 5)","key":"videoGuids","value":"testvid1,testvid2"},{"description":"Comma-separated list of metrics to include. Max 5 metrics allowed for Enterprise tier customers.\n**Available metrics:**\n- plays – The number of times the video has been watched, including autoplays, partial watches, and repeats.\n- unmute_plays – Amount of users who played the video on mute.\n- play_rate – The percentage of unique viewers who have the video played, including autoplays.\n- impressions – The number of times the video player was loaded on a web page.\n- unique_viewers – The number of viewers who watched the video at least once (excludes multiple views by the same person).\n- unmute_rate – The percentage of views that were unmuted, including unmutes with Smart Autoplay.\n- avg_watched – The percentage of your video content that is being watched on average.\n- conversions – The total number of conversion actions completed after watching this video, within your conversion window.\n- conversion_rate – The percentage of viewers who take a conversion action out of the total number of unique viewers.\n- average_order – The average amount of money spent on orders completed after watching this video.\n- opt_in_rate – Play Gate Submissions / Play Gate Displays.\n- revenue – Total spending on orders after watching this video, based on default values in Conversions settings or dynamic values passed via the Conversion code.\n- revenue_per_viewer – Total revenue generated from the video divided by the number of unique viewers.\n- bounce_rate – Percentage of plays with less than 5 seconds watch time and no CTA or Play Gate action.\n- cta_clicks – Total number of clicks on all CTAs in this video.\n- redirects – The number of views that were redirected at the end of the video. Tracked only when Countdown Timer / Redirect is enabled.\n","key":"metrics","value":"plays,impressions,conversions"},{"description":"Start date for the timeline range","key":"dateFrom","value":"2025-01-01"},{"description":"End date for the timeline range (max 1 month from dateFrom)","key":"dateTo","value":"2025-01-31"},{"description":"**Available segments:**\n- segment.all –  Return overall aggregated data\n- segment.conversions – Segment data by conversions\n- segment.geolocation – Segment data by viewers location\n- segment.device – Segment data by device type\n- segment.browser – Segment data by browser\n- segment.url_params – Segment data by URL parameters\n- segment.new-vs-returning – Segment data by new vs returning viewers\n- segment.tags – Segment data by tags\n- segment.muted-vs-unmuted – Segment data by muted vs unmuted","key":"segment","value":"segment.all"},{"description":"Comma-separated list of additional segment parameters (max 2). Only used for segments that require extra params such as segment.url_params","key":"segmentParams","value":"utm_medium"},{"description":"Comma-separated list of browsers to filter by","key":"filter.browsers","value":"chrome,safari,firefox"},{"description":"Comma-separated list of conversion GUIDs to filter by","key":"filter.conversions","value":"conv_guid1,conv_guid2"},{"description":"Comma-separated list of devices to filter by","key":"filter.devices","value":"desktop,mobile"},{"description":"Comma-separated list of alpha-3 country codes to filter by (ISO 3166-1 alpha-3)","key":"filter.geo","value":"USA,GBR,CAN"},{"description":"Filter by URL parameter values. This is a pattern parameter where `{paramName}` should be replaced with the actual URL parameter name you want to filter by.\n\n**Pattern:** `filter.url_params.{paramName}=value1,value2`\n\n**Examples:**\n- `filter.url_params.affiliates=aff1,aff2` - Filter by affiliates parameter\n- `filter.url_params.utm_source=google,facebook` - Filter by utm_source parameter\n- `filter.url_params.campaign=summer,winter` - Filter by campaign parameter\n\nYou can use multiple url_params filters simultaneously (counting towards the max 5 filters total).\nValues are comma-separated for each parameter.\n","key":"filter.url_params.{paramName}","value":"aff1,aff2,aff3"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3fcd13f6-d0ea-4e9b-b37c-f6819a9be953"}],"id":"8888d7e5-7845-42ff-935f-190fbab8cc3f","_postman_id":"8888d7e5-7845-42ff-935f-190fbab8cc3f","description":""}],"id":"e6951991-3604-4be2-8172-d218eb2a3cdf","_postman_id":"e6951991-3604-4be2-8172-d218eb2a3cdf","description":""}],"id":"4a44a06a-88f9-4263-967c-3c6624e7be10","_postman_id":"4a44a06a-88f9-4263-967c-3c6624e7be10","description":""},{"name":"folder","item":[{"name":"{folder_id}","item":[{"name":"Returns a folder by ID","id":"0872d34d-8720-4374-95a5-fcf30863da6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/folder/:folder_id","urlObject":{"path":["folder",":folder_id"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"b0f65727-4e73-4f89-8ff6-3ec5fde135ce","description":{"content":"<p>The ID of the folder to retrieve</p>\n","type":"text/plain"},"type":"any","value":"string","key":"folder_id"}]}},"response":[{"id":"fd6ddcad-82f9-4d4c-8bb3-4c774c4d2576","name":"The folder entity","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/folder/:folder_id","host":["https://api.vidalytics.com/public/v1"],"path":["folder",":folder_id"],"variable":[{"key":"folder_id","value":"string","description":"The ID of the folder to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"string\",\n  \"name\": \"string\",\n  \"dateCreated\": \"2021-06-28T06:39:25.228Z\",\n  \"videoCount\": 6403,\n  \"parentFolderId\": \"string\"\n}"},{"id":"9baf38f4-119d-48e4-8468-82da13ea39ce","name":"Bad request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/folder/:folder_id","host":["https://api.vidalytics.com/public/v1"],"path":["folder",":folder_id"],"variable":[{"key":"folder_id","value":"string","description":"The ID of the folder to retrieve"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"e66cd11c-100d-4ecf-a2b8-1e193b455c9b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/folder/:folder_id","host":["https://api.vidalytics.com/public/v1"],"path":["folder",":folder_id"],"variable":[{"key":"folder_id","value":"string","description":"The ID of the folder to retrieve"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d1fe8c07-00fa-4c6e-99f0-07e37fa36c7a","name":"Folder not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/folder/:folder_id","host":["https://api.vidalytics.com/public/v1"],"path":["folder",":folder_id"],"variable":[{"key":"folder_id","value":"string","description":"The ID of the folder to retrieve"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0872d34d-8720-4374-95a5-fcf30863da6b"},{"name":"Update folder details","id":"117f8831-4a5f-47a0-b8b9-e5a82148d90a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.vidalytics.com/public/v1/folder/:folder_id","urlObject":{"path":["folder",":folder_id"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"71382d61-afc8-4ed2-8ae9-dcda4437ca08","description":{"content":"<p>ID of the folder</p>\n","type":"text/plain"},"type":"any","value":"string","key":"folder_id"}]}},"response":[{"id":"baea7cdc-2d06-4312-8c93-d4b1794ef609","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.vidalytics.com/public/v1/folder/:folder_id","host":["https://api.vidalytics.com/public/v1"],"path":["folder",":folder_id"],"variable":[{"key":"folder_id","value":"string","description":"ID of the folder"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"string\",\n  \"name\": \"string\",\n  \"dateCreated\": \"2021-06-28T06:39:25.228Z\",\n  \"videoCount\": 6403,\n  \"parentFolderId\": \"string\"\n}"},{"id":"7fd58691-d836-4946-8795-ccddf5880667","name":"Bad request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.vidalytics.com/public/v1/folder/:folder_id","host":["https://api.vidalytics.com/public/v1"],"path":["folder",":folder_id"],"variable":[{"key":"folder_id","value":"string","description":"ID of the folder"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f5027ed8-5d32-4468-8575-930b70e7d9a4","name":"Folder not found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.vidalytics.com/public/v1/folder/:folder_id","host":["https://api.vidalytics.com/public/v1"],"path":["folder",":folder_id"],"variable":[{"key":"folder_id","value":"string","description":"ID of the folder"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"117f8831-4a5f-47a0-b8b9-e5a82148d90a"},{"name":"Delete a folder","id":"37619cad-2e32-4d26-b84a-607f4a13dbf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.vidalytics.com/public/v1/folder/:folder_id","urlObject":{"path":["folder",":folder_id"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"eefb0eb5-7156-4dfc-9e29-2f46b830bdaf","description":{"content":"<p>ID of the folder</p>\n","type":"text/plain"},"type":"any","value":"string","key":"folder_id"}]}},"response":[{"id":"33da1def-45a1-4cd8-a01c-c02899f3bff7","name":"OK","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/folder/:folder_id","host":["https://api.vidalytics.com/public/v1"],"path":["folder",":folder_id"],"variable":[{"key":"folder_id","value":"string","description":"ID of the folder"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"13713f6a-9a4e-4cf3-ab3d-f7ed12519b5c","name":"Bad request","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/folder/:folder_id","host":["https://api.vidalytics.com/public/v1"],"path":["folder",":folder_id"],"variable":[{"key":"folder_id","value":"string","description":"ID of the folder"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"68c7014d-a6f7-4250-99ae-5a0076d830e7","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/folder/:folder_id","host":["https://api.vidalytics.com/public/v1"],"path":["folder",":folder_id"],"variable":[{"key":"folder_id","value":"string","description":"ID of the folder"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"2dd20c4a-af7f-4db9-bd2a-b87e96ca8440","name":"Folder not found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.vidalytics.com/public/v1/folder/:folder_id","host":["https://api.vidalytics.com/public/v1"],"path":["folder",":folder_id"],"variable":[{"key":"folder_id","value":"string","description":"ID of the folder"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"37619cad-2e32-4d26-b84a-607f4a13dbf4"}],"id":"96e0e911-bcb2-4b57-90ec-c17b8732bbe0","_postman_id":"96e0e911-bcb2-4b57-90ec-c17b8732bbe0","description":""},{"name":"Returns a list of folders","id":"12c7fa8b-f45c-4796-a981-f475d0c489d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/folder","urlObject":{"path":["folder"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[]}},"response":[{"id":"1fa723da-4c2b-435d-80b9-813faef4b506","name":"A list of folder entities","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":"https://api.vidalytics.com/public/v1/folder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"dateCreated\": \"2016-01-22T14:39:06.756Z\",\n    \"videoCount\": 7706,\n    \"parentFolderId\": \"string\"\n  },\n  {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"dateCreated\": \"2015-04-07T01:54:24.574Z\",\n    \"videoCount\": 6855,\n    \"parentFolderId\": \"string\"\n  }\n]"},{"id":"767995f8-a6e4-4dfc-ad36-1f1bd422e401","name":"Bad request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":"https://api.vidalytics.com/public/v1/folder"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3314aa69-f7aa-4fb3-851d-270423c7418c","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":"https://api.vidalytics.com/public/v1/folder"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"12c7fa8b-f45c-4796-a981-f475d0c489d3"},{"name":"Creates a new folder","id":"2287a409-c7d2-44b0-89fd-8f72e4400c04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"new-folder\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.vidalytics.com/public/v1/folder","urlObject":{"path":["folder"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[]}},"response":[{"id":"c06b5266-f76c-4639-b181-5a6a484bb0d5","name":"The created folder entity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"new-folder\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.vidalytics.com/public/v1/folder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"string\",\n  \"name\": \"string\",\n  \"dateCreated\": \"2021-06-28T06:39:25.228Z\",\n  \"videoCount\": 6403,\n  \"parentFolderId\": \"string\"\n}"},{"id":"80f6312f-91db-41d8-aeda-b0954326a20c","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"new-folder\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.vidalytics.com/public/v1/folder"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"57c930e9-7e96-44c6-a03b-80e558da6571","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"new-folder\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.vidalytics.com/public/v1/folder"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2287a409-c7d2-44b0-89fd-8f72e4400c04"}],"id":"979d05b7-fb0e-44fd-8fb7-e71bb650ec1e","_postman_id":"979d05b7-fb0e-44fd-8fb7-e71bb650ec1e","description":""},{"name":"settings-templates","item":[{"name":"List settings templates","id":"d9258c62-62f9-406c-a653-2cb3b7541105","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.vidalytics.com/public/v1/settings-templates","urlObject":{"path":["settings-templates"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9258c62-62f9-406c-a653-2cb3b7541105"},{"name":"Apply template to video","id":"d51629bc-333e-40cb-a114-e88ee3a6ae73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"videoGuid\": \"abc123\",\n  \"republish\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vidalytics.com/public/v1/settings-templates/:template_id/apply","urlObject":{"path":["settings-templates",":template_id","apply"],"host":["https://api.vidalytics.com/public/v1"],"query":[],"variable":[{"id":"a9746af2-d847-4a9f-8b84-bb2bcdedcd3f","description":{"content":"<p>The ID of the settings template</p>\n","type":"text/plain"},"type":"any","value":"string","key":"template_id"}]}},"response":[],"_postman_id":"d51629bc-333e-40cb-a114-e88ee3a6ae73"}],"id":"ebf82c8b-1b06-4a1c-9b2d-2d74d3fdbcbe","_postman_id":"ebf82c8b-1b06-4a1c-9b2d-2d74d3fdbcbe","description":""}],"variable":[{"key":"baseUrl","value":"https://api.vidalytics.com/public/v1"}]}