Images

Last Updated: 25.10.2019

Overview

It is embedding the images into the response. The source image 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).

For example, you can use images to create a user manual.

Adding images

To add the images, go to the output section and select the option for adding the image:

Enter the value and press enter:

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

Expert mode in JSON format

You can use the expert mode to add the images. The expert mode becomes available by pressing the button next to the word "Output."

Here is the JSON format for adding video files:

[
  {
    "type": "picture",
    "value": "https://test.com/Step1.png"
  }
]

Last updated