Video

Last Updated: 25.10.2019

Overview

It is embedding the video into the response. The source video file must be hosted somewhere and have a URL that you can use to reference it. It should be publicly accessible (later, we will provide the options for the private hosting of the files).

Adding video files

To add the video files, go to the output section and select the option for adding the video:

Enter the value and press enter:

You can add as many values as you want. When you add the video, you will see the following result in output:

Expert mode in JSON format

You can use the expert mode to specify the video files. The expert mode becomes available by pressing the button next to the word "Output."

Here is the JSON format for adding video files:

[
  {
    "type": "video",
    "value": "https://vimeo.com/204361953"
  }
]

Last updated