{"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":"ad2c6af8-84ad-4a5d-a8fc-a9eb91e7a64f","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":"edbe2bef-1804-4fe6-ac5d-7a96fa059a16","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"ad2c6af8-84ad-4a5d-a8fc-a9eb91e7a64f"},{"name":"Update video settings","id":"476b2aec-acff-4047-b24d-2e11beccf39f","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":"800a744d-e96d-4132-8d75-d5c6a5fbe53b","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"476b2aec-acff-4047-b24d-2e11beccf39f"}],"id":"8a852db5-6347-46d6-988a-5bf0242492de","_postman_id":"8a852db5-6347-46d6-988a-5bf0242492de","description":""},{"name":"publish","item":[{"name":"Publish video","id":"177b24eb-5be5-4914-b26b-039a4ced5ae1","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":"9a2e5ad1-a7b3-42d5-898a-3541151921fd","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"177b24eb-5be5-4914-b26b-039a4ced5ae1"}],"id":"76bc1665-1ced-4e47-81e1-51b3fa9443a7","_postman_id":"76bc1665-1ced-4e47-81e1-51b3fa9443a7","description":""},{"name":"duplicate","item":[{"name":"Duplicate video","id":"255b8832-0581-474a-b571-e590071937af","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":"5211e947-82b0-439b-bfe5-7dfc5fca42b1","description":{"content":"<p>The GUID of the video to duplicate</p>\n","type":"text/plain"},"type":"any","value":"","key":"video_id"}]}},"response":[{"id":"fc24f2d4-b84c-4fd4-a4bf-912291e01af9","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":"36982c2c-6ea6-4212-b1b8-5e2e6904ac96","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":"255b8832-0581-474a-b571-e590071937af"}],"id":"e6a39ae5-6ad7-4427-a3b1-f0dde0744975","_postman_id":"e6a39ae5-6ad7-4427-a3b1-f0dde0744975","description":""},{"name":"thumbnail","item":[{"name":"pause-screen","item":[{"name":"List pause screens","id":"dd3c4d18-ae4c-4ab5-86e2-3301fc2a91a7","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":"42268e38-1a35-49cb-885d-6107c10e9b49","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"dd3c4d18-ae4c-4ab5-86e2-3301fc2a91a7"},{"name":"Upload pause screen","id":"e7fd3866-eae4-43f4-a698-7e4a30f97120","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":"ac115125-56db-4942-b32f-5d7391e44676","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"e7fd3866-eae4-43f4-a698-7e4a30f97120"},{"name":"Delete all pause screens","id":"98117d47-cf85-425a-a051-2a4db56a388d","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":"0254cd95-3925-4e31-a7fc-de0eff9e3d8f","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"98117d47-cf85-425a-a051-2a4db56a388d"},{"name":"Update pause screen timing","id":"55c61d9e-c100-4db9-b063-fbb2057ee150","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":"76e83d18-2fe8-4d5c-b0db-87a4b00fe417","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"},{"id":"4323abb0-ada9-4510-b3e5-46401acdf683","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":"55c61d9e-c100-4db9-b063-fbb2057ee150"},{"name":"Delete pause screen by GUID","id":"584b67d4-6b60-4f8c-8f1d-6c92f97a13c3","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":"f61ad21a-b0ca-4cb0-936d-a7ec90335fe9","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"},{"id":"a17a3fa7-bc82-4663-9e1f-abc708b41a72","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":"584b67d4-6b60-4f8c-8f1d-6c92f97a13c3"}],"id":"928a232a-322b-4d2f-a91b-3c23ef3423f8","_postman_id":"928a232a-322b-4d2f-a91b-3c23ef3423f8","description":""},{"name":"Get thumbnails","id":"152403ae-0d92-4020-b61e-532977e12a96","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":"dd1c30d0-44f7-4c9d-98cf-2ac1183eade8","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"152403ae-0d92-4020-b61e-532977e12a96"},{"name":"Upload thumbnail","id":"19da6850-a340-4c26-b7a6-e075a760ec2a","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":"252f830e-5af8-4723-afa7-4890f318d66e","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"19da6850-a340-4c26-b7a6-e075a760ec2a"},{"name":"Update thumbnail config","id":"4aa3fed6-bf9f-41f7-9e2e-0dacde5b20e4","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":"136eed50-1da6-412c-950a-3bce0316c660","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"4aa3fed6-bf9f-41f7-9e2e-0dacde5b20e4"},{"name":"Delete thumbnail","id":"74de02a8-6363-4447-8694-6a26435f1086","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":"95be8baa-9b0d-4250-8f6a-644ff898b2b5","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"74de02a8-6363-4447-8694-6a26435f1086"},{"name":"Upload mobile thumbnail","id":"3e32bf96-03f8-4051-b201-5d53c111e9c8","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":"3c5fad66-fb48-4c57-bcf9-42702ae8e437","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"3e32bf96-03f8-4051-b201-5d53c111e9c8"},{"name":"Delete mobile thumbnail","id":"6734c934-5f8e-4976-8bbd-d6066fee1a81","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":"cc2fca3f-8573-44fb-b115-c71e83c328ba","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"6734c934-5f8e-4976-8bbd-d6066fee1a81"}],"id":"bffdf58b-6940-4703-b52a-9ee6f2161bb6","_postman_id":"bffdf58b-6940-4703-b52a-9ee6f2161bb6","description":""},{"name":"call-to-action","item":[{"name":"List CTAs","id":"54d812e8-a183-46c0-8784-0007e87c4663","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":"76f8234b-4815-4051-9fa9-1018611bbe63","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"54d812e8-a183-46c0-8784-0007e87c4663"},{"name":"Create CTA","id":"d4e5afd8-c0de-42d4-91f3-701a81622dfd","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":"ff6b91b7-e04d-45a0-85b6-7f84b24fd45a","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[],"_postman_id":"d4e5afd8-c0de-42d4-91f3-701a81622dfd"},{"name":"Update CTA","id":"93b55848-9ba5-484f-b420-76dbf676ee52","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":"3fa72f5d-42d8-465b-b6ed-9a77932399ce","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"},{"id":"a1dbc467-464c-4bd0-a283-ecd74655c7e7","description":{"content":"<p>The ID of the CTA</p>\n","type":"text/plain"},"type":"any","value":"string","key":"cta_id"}]}},"response":[],"_postman_id":"93b55848-9ba5-484f-b420-76dbf676ee52"},{"name":"Delete CTA","id":"d7212b65-b144-4234-acd7-b8d2cbba3767","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":"4d9ac5dd-88ac-440e-81cf-1c901a9e6fef","description":{"content":"<p>The ID of the video</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"},{"id":"0e17a147-c725-4927-8227-2acaf0b66764","description":{"content":"<p>The ID of the CTA</p>\n","type":"text/plain"},"type":"any","value":"string","key":"cta_id"}]}},"response":[],"_postman_id":"d7212b65-b144-4234-acd7-b8d2cbba3767"}],"id":"d434a71e-266a-47e0-bb30-59a9634c6afd","_postman_id":"d434a71e-266a-47e0-bb30-59a9634c6afd","description":""},{"name":"Get details on a single video by ID","id":"b16309db-b6eb-4f1b-be9a-03696fae7b13","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":"35fa4de8-13ae-4a3f-91f3-8cd7487ac358","description":{"content":"<p>The ID of the video to retrieve</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[{"id":"bbd0c920-bb15-4a54-9bc1-1eb46359495e","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":"72d424d8-2804-41ee-a3e1-a16d12d2c97d","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":"33ebfc45-f38f-430f-a19f-49159d93aa46","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":"a1f946df-eda3-4ff8-9d96-e61e624ff8fc","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":"b16309db-b6eb-4f1b-be9a-03696fae7b13"},{"name":"Get video by embedGuid","id":"9505862b-8c7f-4d5b-bd76-5ae7ab034cfa","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":"f17fd918-bb90-4712-a8ed-7e5f689562e8","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":"7587e81f-df4d-48c5-9253-2246e19d0e2d","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":"81237561-82f8-4f75-8133-129eec58958f","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":"9505862b-8c7f-4d5b-bd76-5ae7ab034cfa"},{"name":"Update a video","id":"538b4f39-1b30-49ad-9e31-242a8a959a81","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":"6772708f-b960-47f2-a7e4-a361c4caf86b","description":{"content":"<p>The ID of the video to retrieve</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[{"id":"ca49c216-f59e-478e-90be-087da4c13f81","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":"90834540-fdb3-4d6c-b03f-b51e7d4b717c","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":"4961a571-1f56-41fc-b709-5fcb1acbdd70","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":"4e0e536d-49ad-4df8-87db-bb17b534aa0e","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":"538b4f39-1b30-49ad-9e31-242a8a959a81"},{"name":"Delete a video","id":"2f37ce27-9eff-4b1d-a316-18d8e444450a","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":"45c0aa2a-4b61-4c20-b9af-0632f043e604","description":{"content":"<p>The ID of the video to retrieve</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[{"id":"ab13c56b-ab0d-40fd-91c4-542b9f497645","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":"7be92e01-517a-4a47-95e8-10c0cf77b8c4","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":"df60f1e7-a74a-4557-b2be-112f0ee00565","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":"4b40021f-6d91-465c-a32f-52f2bb1d91c8","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":"2720c28c-b9ef-4d1d-bb59-4c8bec39e557","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":"2f37ce27-9eff-4b1d-a316-18d8e444450a"}],"id":"b328d6a2-3acf-4d92-841f-bba1d9b4e01b","_postman_id":"b328d6a2-3acf-4d92-841f-bba1d9b4e01b","description":""},{"name":"upload","item":[{"name":"Upload a new video","id":"16f4a30c-3c9d-477e-bbbc-fc079a2ac96e","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":"7d30b762-25cd-4465-a1f3-6e3bdd7c9bf7","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":"413ad452-80a7-4b29-8828-a7d1af7b2129","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":"a4a7bc82-e6c0-43bc-8ee9-a01c4fbaf997","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":"16f4a30c-3c9d-477e-bbbc-fc079a2ac96e"}],"id":"beb95854-4087-48b6-b33a-40ac69c2478b","_postman_id":"beb95854-4087-48b6-b33a-40ac69c2478b","description":""},{"name":"Get a list of all videos","id":"2b6a7461-eab8-4b10-becb-6ff1f0e5e488","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":"4a805407-dd87-4976-870e-249768fd8d1e","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":"1358d56d-259d-433b-94b3-2f1be22de81b","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":"0e5b5576-7b06-4e80-9578-a6c060ecdc96","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":"2b6a7461-eab8-4b10-becb-6ff1f0e5e488"}],"id":"890fc0a8-b43b-4c63-a783-0b6f0c4a7193","_postman_id":"890fc0a8-b43b-4c63-a783-0b6f0c4a7193","description":""},{"name":"embed","item":[{"name":"video","item":[{"name":"{video_id}","item":[{"name":"Get video's HTML embed code by ID","id":"cf711b10-9eee-43fb-8bf0-cde58e024461","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":"512f91c3-b2f2-475d-9485-ecdc0dd3c61e","description":{"content":"<p>The ID of the video to retrieve</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[{"id":"dc45e94f-56bc-4495-b45b-6212ed79dfcc","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":"5348a70e-49c4-4ca9-9e32-6bf9d6ab2bbf","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":"136d1313-54f5-47fa-b1d0-458ffc29b9c3","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":"337395e6-bd08-4211-8217-8b447b661b33","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":"cf711b10-9eee-43fb-8bf0-cde58e024461"}],"id":"36cf4193-3279-4d7b-9aa7-10b873b29850","_postman_id":"36cf4193-3279-4d7b-9aa7-10b873b29850","description":""}],"id":"6b822bfe-63f0-4b6a-b5cb-35c8e72824d6","_postman_id":"6b822bfe-63f0-4b6a-b5cb-35c8e72824d6","description":""}],"id":"813e43ca-b82e-4105-ae0a-51ecc1f8534d","_postman_id":"813e43ca-b82e-4105-ae0a-51ecc1f8534d","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":"ddcef76e-947f-4ef3-b23b-d09972f18dc8","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":"65f17142-183b-4682-83db-06365d919f7d","description":{"content":"<p>The ID of the video to retrieve</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[{"id":"9d81e1db-398e-4b72-b4ed-ca92d775de27","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":"37e76c95-1531-4234-873e-f1b066b1b80f","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":"da4ffa16-e5d6-493a-8718-ea6146176777","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":"593ee9c3-2309-484d-a770-a1eb2c6b716e","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":"ddcef76e-947f-4ef3-b23b-d09972f18dc8"}],"id":"1c71c646-6997-44ab-aac9-5467657d2fd1","_postman_id":"1c71c646-6997-44ab-aac9-5467657d2fd1","description":""},{"name":"live-metrics","item":[{"name":"Get live metrics for a single video","id":"2b750696-e44a-4fd4-ae0b-96957e32bd1a","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":"580db365-f877-4c88-941d-260ffb178e7c","description":{"content":"<p>The ID of the video to retrieve</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[{"id":"6118c424-0be1-481f-868e-5525e3dc5118","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":"382cd09b-f2ee-46eb-bd66-02afbf03f4bf","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":"4c6ac6f4-35e9-4db6-bc1d-c6212b138c55","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":"ece5f5ce-2c4f-4a8c-a33c-a302ad74e6ac","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":"030a7f41-4db4-44a1-b273-439f4424bfb3","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":"2b750696-e44a-4fd4-ae0b-96957e32bd1a"}],"id":"2429bd47-505b-40c9-b89f-c5e1cc64c807","_postman_id":"2429bd47-505b-40c9-b89f-c5e1cc64c807","description":""},{"name":"Get total statistics for a single video by ID","id":"f1239301-ab0d-4dda-85cd-eb8f4078f6bb","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":"4ac78d2f-8480-4acc-9d88-6c0ff627d09c","description":{"content":"<p>The ID of the video to retrieve</p>\n","type":"text/plain"},"type":"any","value":"string","key":"video_id"}]}},"response":[{"id":"5900a6c8-acaa-4878-b4d8-ec1031e251a5","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":"4f596e05-00c3-4790-9335-517699735709","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":"cca0cc28-7368-4bc5-9a7c-e23f6c612c58","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":"29086f80-e789-426d-bd3f-807d8d184214","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":"f9bbace8-2071-4661-8f7e-8d0cb17061aa","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":"f1239301-ab0d-4dda-85cd-eb8f4078f6bb"}],"id":"086beade-a156-44b1-8505-89852cb5e6de","_postman_id":"086beade-a156-44b1-8505-89852cb5e6de","description":""}],"id":"d3a273b1-50ec-4f56-a2fd-4ade214d0015","_postman_id":"d3a273b1-50ec-4f56-a2fd-4ade214d0015","description":""},{"name":"usage","item":[{"name":"Get current API usage limits","id":"77183e6e-fd15-4002-8460-cc1a63e46d87","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":"87f0770f-cb70-4b9f-a967-8598db211054","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":"82fe90bc-22b6-4573-af6d-7eaee18765ab","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":"e9eba11e-e2d5-4bf8-8b51-f8da9e578b5e","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":"5567b4a1-9119-40ee-b0b7-672fb6088547","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":"77183e6e-fd15-4002-8460-cc1a63e46d87"}],"id":"333eb3ad-7dd9-4a3e-8edc-938818b2ef3e","_postman_id":"333eb3ad-7dd9-4a3e-8edc-938818b2ef3e","description":""},{"name":"videos","item":[{"name":"timeline","item":[{"name":"Get timeline statistics for one or multiple videos","id":"176e93b7-ebf8-4f55-95c0-097999e903b1","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</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":"26e375a6-6d2e-42bd-9be0-dd6afbcb1bf2","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","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":"fba90ff4-cf56-4167-aa6c-24963e9b08f0","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","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":"8544046d-fb60-4601-a3f2-0bd7056eaae1","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","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":"50c6ba0d-68e8-4050-ad13-e9c5ddd30175","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","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":"a87cecd3-0a17-4390-b6c0-ca9246783f66","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","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":"176e93b7-ebf8-4f55-95c0-097999e903b1"}],"id":"c41d6e16-d856-44da-b6d6-08c7c4fd9d22","_postman_id":"c41d6e16-d856-44da-b6d6-08c7c4fd9d22","description":""}],"id":"521d567b-5411-4d10-b52f-fc043a2f297c","_postman_id":"521d567b-5411-4d10-b52f-fc043a2f297c","description":""}],"id":"2a903138-7354-4d9f-bc17-4e2fa51889e1","_postman_id":"2a903138-7354-4d9f-bc17-4e2fa51889e1","description":""},{"name":"folder","item":[{"name":"{folder_id}","item":[{"name":"Returns a folder by ID","id":"19bd74e2-1aba-49a8-9859-905370e5ad1d","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":"85a9dc65-d0e9-4a37-b41f-18221594f446","description":{"content":"<p>The ID of the folder to retrieve</p>\n","type":"text/plain"},"type":"any","value":"string","key":"folder_id"}]}},"response":[{"id":"d0d3d20a-06f2-4dc1-b0b2-eb295f4a444f","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":"732ba4e7-dfa7-4b9e-9797-a755aac6e953","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":"660ef0e2-b0a9-47d5-b17c-dd7b726ad92d","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":"aad07902-369a-4030-8b5f-90c5d00c7fd4","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":"19bd74e2-1aba-49a8-9859-905370e5ad1d"},{"name":"Update folder details","id":"298bf820-f457-4641-91f7-2344e72f99ca","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":"4295b439-1207-4f44-82d7-496f26a5a0d3","description":{"content":"<p>ID of the folder</p>\n","type":"text/plain"},"type":"any","value":"string","key":"folder_id"}]}},"response":[{"id":"f3984243-1488-47a1-8c2f-8bd5c290db03","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":"cb6bd2eb-9f66-422f-8ab3-9ae20c30d28a","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":"af7295d2-13a7-4998-8aad-86f74b883e38","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":"298bf820-f457-4641-91f7-2344e72f99ca"},{"name":"Delete a folder","id":"21bc703a-ddc7-487a-84ec-a07489403f92","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":"3d51acde-1efd-48fc-a7d6-f127b8730ff6","description":{"content":"<p>ID of the folder</p>\n","type":"text/plain"},"type":"any","value":"string","key":"folder_id"}]}},"response":[{"id":"ffeb0421-9d03-4a5d-bca2-180292f2fd11","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":"3e35e84d-881e-4384-a42f-b2e7250f2923","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":"41c40eec-e26d-4451-93b9-331c2c6c0d4f","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":"6f9e9abf-f6ac-4ed6-965e-486d3e38ecab","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":"21bc703a-ddc7-487a-84ec-a07489403f92"}],"id":"d0d2693d-80fb-4046-afdd-daf90defbd04","_postman_id":"d0d2693d-80fb-4046-afdd-daf90defbd04","description":""},{"name":"Returns a list of folders","id":"3d719814-5f0b-4ddc-b52f-d7e4a3cb7ff2","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":"dced4bb1-ddb4-4de5-929a-afe70f8d98c7","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":"ba2544f0-592e-446f-9845-19b714dd2908","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":"a5a2d09d-339d-45e4-ada6-c8267d9803fd","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":"3d719814-5f0b-4ddc-b52f-d7e4a3cb7ff2"},{"name":"Creates a new folder","id":"79e4dcec-0032-4e9b-999f-c4b69e893455","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":"2199b11d-7788-41b2-a9a1-182b80b5b536","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":"44d59c76-63d9-4485-ad27-d6d73b690f28","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":"9795ba9c-d1ad-43a3-8d1f-cf56e925704d","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":"79e4dcec-0032-4e9b-999f-c4b69e893455"}],"id":"88b3b0c2-42b1-4405-a250-9a16834e756f","_postman_id":"88b3b0c2-42b1-4405-a250-9a16834e756f","description":""},{"name":"settings-templates","item":[{"name":"List settings templates","id":"96d5b7b7-acd2-4d23-9177-7b9c0e7369f8","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":"96d5b7b7-acd2-4d23-9177-7b9c0e7369f8"},{"name":"Apply template to video","id":"759dd36f-81b5-453e-9079-03cbbbf888e6","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":"eb0d4d51-6ce9-4ac7-aef3-8ccbfac2706f","description":{"content":"<p>The ID of the settings template</p>\n","type":"text/plain"},"type":"any","value":"string","key":"template_id"}]}},"response":[],"_postman_id":"759dd36f-81b5-453e-9079-03cbbbf888e6"}],"id":"d67058c5-428e-45c9-9db0-ff978d7f5f64","_postman_id":"d67058c5-428e-45c9-9db0-ff978d7f5f64","description":""}],"variable":[{"key":"baseUrl","value":"https://api.vidalytics.com/public/v1"}]}