get https://w1.nandbox.net/downloading-media
Downloading Media
Media files are downloaded using HTTP GET. You must set the following HTTP headers in the download request.
- "Content-type" = application/json
- "X-Token" =
"<Token>"
The Bot Server download URL format is:
**https://<nandboxBotServer>:<port>/nandbox/download/<imageName>
For more details, check the code examples here