{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Trial the Wowza VIF Postman Collection","description":"Developer documentation for Wowza","siteUrl":"https://developer.wowza.com","keywords":"wowza video developer portal, api reference docs","lang":"en-US","image":"https://www.wowza.com/wp-content/uploads/Graphics-Social-Profile-Images-Docs-Resources-1024x512-1.jpg","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"trial-the-wowza-vif-postman-collection","__idx":0},"children":["Trial the Wowza VIF Postman Collection"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This guide walks you through setting up and using the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Wowza Video Intelligence Framework (VIF)"]}," Postman collection to monitor and control real-time AI video analysis on Wowza Streaming Engine (WSE)."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"what-it-covers","__idx":1},"children":["What it covers"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The collection exposes the VIF REST API which is the control plane for object detection, scene analysis, and event-driven intelligence on your live streams. With it you can check system and per-stream health, read and update configuration at three levels (defaults, stream patterns, and single streams), and pull annotated thumbnails."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"prerequisites","__idx":2},"children":["Prerequisites"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Before you start, make sure you have:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["A running Wowza Streaming Engine with the VIF module installed and the REST API enabled (default port ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["8087"]},")."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Your WSE Manager username and password."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://www.postman.com/downloads/"},"children":["Postman"]}," installed."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The collection file imported — or the accompanying ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vif-openapi-3.1.yaml"]}," spec, if you prefer working from OpenAPI."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"fork-the-collection","__idx":3},"children":["Fork the collection"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The VIF collection is published on Postman here:"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://www.postman.com/wowzavideo/wowza-video-intelligence-framework/collection/cnuc0yj/wowza-video-intelligence-framework-vif-postman-collection"},"children":["postman.com/wowzavideo/wowza-video-intelligence-framework"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Fork it into your own workspace so your copy stays linked to the published source:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Open the collection link above in Postman."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Click the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["⋯"]}," menu next to the collection name and choose ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Create a fork"]}," (or click the fork icon)."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Give your fork a label."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Select the workspace to fork it into."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Click ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Fork Collection"]},"."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Your forked copy appears in your workspace with all folders and saved example responses."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you don't have a Postman account or prefer a standalone copy, you can ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Import"]}," the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Wowza Video Intelligence Framework (VIF) - Postman Collection.postman_collection.json"]}," file instead. An imported copy works the same way day to day but is not linked to the source, so it won't receive updates."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"configure-variables","__idx":4},"children":["Configure variables"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Click the collection name, open the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Variables"]}," tab, and set the values for your environment. The collection ships with sensible defaults, so in most cases you only need to fill in your credentials."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Variable"},"children":["Variable"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Purpose"},"children":["Purpose"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Example"},"children":["Example"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["baseURL"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["WSE REST API base URL"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["http://localhost:8087"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["server"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["WSE server name"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["_defaultServer_"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["appName"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Your Wowza application"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["live"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["streamName"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A specific stream"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["myStream"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["streamType"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Stream name or regex pattern for saved config"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["object.*"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vhost"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Virtual host (qualified paths)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["_defaultVHost_"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["instance"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Application instance (qualified paths)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["_definst_"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overlay"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Draw detection overlays on thumbnail"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["frameId"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Thumbnail frame id (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["0"]}," = latest)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["0"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["WSE_userName"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["WSE Manager username"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["admin"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["WSE_password"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["WSE Manager password"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["your_password"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"authentication","__idx":5},"children":["Authentication"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Every request uses ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["HTTP Basic Auth"]},", inherited from the collection level — you only set ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["WSE_userName"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["WSE_password"]}," once and all requests pick them up. A built-in pre-request script warns you in the console if ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["baseURL"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["WSE_userName"]},", or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["WSE_password"]}," is missing, and a collection-level test flags ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["401"]}," (bad credentials) and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["404"]}," (wrong server/app/stream) responses."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"how-the-collection-is-organized","__idx":6},"children":["How the collection is organized"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The requests are grouped into folders that mirror the API:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Status & Health"]}," — check overall system status (versions, CPU, GPU utilization, active streams) and drill into a single stream's performance metrics."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Configuration (Defaults)"]}," — read and update the global default settings that apply to any stream without its own override."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Stream Management – Active Config"]}," — read or change the ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["in-memory"]}," config of a running stream: enable/disable VIF, adjust ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["skip_frames"]},", swap models, toggle overlays."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Stream Management – Saved Config"]}," — read, create, update, or delete the ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["persisted"]}," per-stream config in ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["video-intelligence.json"]},", including a fully-qualified vhost/instance variant."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Media"]}," — retrieve a stream thumbnail, optionally with detection overlays and a chosen frame."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Server Management"]}," — restart WSE when a change requires it."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"the-endpoints-at-a-glance","__idx":7},"children":["The endpoints at a glance"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"GET    /v1/{server}/plugin/vif/status\nGET    /v1/{server}/plugin/vif/config\nPUT    /v1/{server}/plugin/vif/config\nGET    /v1/{server}/plugin/vif/applications/{appName}/streams/{streamName}          (active config)\nPUT    /v1/{server}/plugin/vif/applications/{appName}/streams/{streamName}\nGET    /v1/{server}/plugin/vif/applications/{appName}/streams/{streamName}/config   (saved config)\nPUT    /v1/{server}/plugin/vif/applications/{appName}/streams/{streamName}/config\nPOST   /v1/{server}/plugin/vif/applications/{appName}/streams/{streamName}/config\nDELETE /v1/{server}/plugin/vif/applications/{appName}/streams/{streamName}/config\nGET    /v1/{server}/plugin/vif/applications/{appName}/streams/{streamName}/status\nGET    /v1/{server}/plugin/vif/applications/{appName}/streams/{streamName}/thumbnail?overlay=&frameId=\n"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["A fully-qualified variant lets you name the virtual host and instance explicitly: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v1/{server}/plugin/vif/vhosts/{vhost}/applications/{appName}/instances/{instance}/streams/{streamName}/config"]},". When omitted, these default to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["_defaultVHost_"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["_definst_"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"understand-active-vs-saved-config","__idx":8},"children":["Understand active vs. saved config"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This distinction matters. ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Active config"]}," (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".../streams/{streamName}"]},") is what's applied in memory to a running stream right now — changes take effect immediately and are ideal for live tuning. ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Saved config"]}," (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".../streams/{streamName}/config"]},") is what's persisted to disk and reloaded on restart. Use active config to experiment on a live stream, and saved config to make changes stick."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"a-typical-workflow","__idx":9},"children":["A typical workflow"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Start with ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Check System Status"]}," to confirm connectivity and see your GPU and active streams. Read the current configuration with ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Get Default Configuration"]}," so you know what you're modifying. Enable analysis on a stream via ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Enable / Disable VIF on a Stream"]},", then fine-tune with ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Update Active Stream Settings"]}," (e.g. detection classes, model size, confidence threshold). Monitor the result with ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Check Single Stream Status"]},", and pull a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Get Stream Thumbnail"]}," with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overlay=true"]}," to visually confirm detections. If a change requires it, use ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Restart WSE"]}," and wait 15–30 seconds before resuming."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"common-configuration-examples","__idx":10},"children":["Common configuration examples"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Enable VIF globally: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{ \"active\": true }"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Process every Nth frame: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{ \"skip_frames\": 10 }"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Set object detection classes:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{ \"object_analysis\": { \"class_names\": [\"person\", \"car\", \"truck\"] } }\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Switch model and tighten confidence:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{ \"object_analysis\": { \"model_name\": \"large\", \"confidence_threshold\": 0.5 } }\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Set scene detection classes:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{ \"scene_analysis\": { \"class_names\": [\"taking pictures\", \"running\", \"fight\"] } }\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Disable the overlay event listener on a stream:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{ \"vif_event_listeners\": { \"Overlays\": { \"methods\": [\"disabled\"] } } }\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"tips-and-troubleshooting","__idx":11},"children":["Tips and troubleshooting"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Each request ships with a saved example response, so you can see the expected payload shape without hitting a live server. If you get a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["401"]},", recheck ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["WSE_userName"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["WSE_password"]},"; a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["404"]}," usually means ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["server"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["appName"]},", or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["streamName"]}," doesn't match your setup. Remember that some settings apply live while others need a WSE restart — when in doubt, restart and re-check status. Thumbnail responses are binary images and render in Postman's response preview pane; use ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Send and Download"]}," to save one to disk."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"related-files","__idx":12},"children":["Related files"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vif-openapi-3.1.yaml"]}," OpenAPI 3.1 specification describes the same API with full request/response schemas, and can be imported directly into Postman or used for code generation and validation."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For more information, see ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://www.wowza.com/docs/wowza-video-intelligence-framework"},"children":["Wowza VIF Documentation"]},"."]}]},"headings":[{"value":"Trial the Wowza VIF Postman Collection","id":"trial-the-wowza-vif-postman-collection","depth":1},{"value":"What it covers","id":"what-it-covers","depth":2},{"value":"Prerequisites","id":"prerequisites","depth":2},{"value":"Fork the collection","id":"fork-the-collection","depth":2},{"value":"Configure variables","id":"configure-variables","depth":2},{"value":"Authentication","id":"authentication","depth":2},{"value":"How the collection is organized","id":"how-the-collection-is-organized","depth":2},{"value":"The endpoints at a glance","id":"the-endpoints-at-a-glance","depth":2},{"value":"Understand active vs. saved config","id":"understand-active-vs-saved-config","depth":2},{"value":"A typical workflow","id":"a-typical-workflow","depth":2},{"value":"Common configuration examples","id":"common-configuration-examples","depth":2},{"value":"Tips and troubleshooting","id":"tips-and-troubleshooting","depth":2},{"value":"Related files","id":"related-files","depth":2}],"frontmatter":{"seo":{"title":"Trial the Wowza VIF Postman Collection"}},"lastModified":"2026-07-30T18:55:59.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/docs/wowza-video-intelligence-framework/rest-api-in-postman/trial-vif-postman-collection","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}