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>"
Bot Server download URL format
*https://<nandboxBotServer>:<port>/nandbox/download/<imageName>
For more details, check the code examplesΒ here
Responses
π’ 200
json{ "<media binary content>" }
π΄ 404
json{ "message" : "Not Found" }