Media files are downloaded using HTTP GET. The following HTTP headers must be set in the download request:


Media Server Download URL Format

Use the following URL format to download media files:

https://<nandboxBotServer>:<port>/nandbox/download/<media_id>

📌 Example:

<https://w1.nandbox.net:8080/nandbox/download/123456789.jpg>


Notes:

Responses

🟢 200

{
	"<media binary content>"
}

🔴 404

{
	"message" : "Not Found"
}