How do I download Image/Decal Assets using Roblox API?

I am trying to download Images and Decals through Roblox’s API using methods in this DevForum topic.

It appears that none of the methods are working for downloading an asset with an Image ID by using a web browser and entering these URLs with the specified ID. Are there any new methods for downloading Decals and/or Image IDs using Roblox API?

I have tried the following URLs for downloading an image via an Image ID, but they did not appear to work:

https://assetdelivery.roblox.com/v1/asset/?id=15330287933
http://www.roblox.com/asset?id=15330287933

This is the Image ID I am attempting to download: 15330287933

Note: I am avoiding downloading these images via the Creator Dashboard by inspecting the site and finding their CDN URL, as those versions are not the best quality. When I tried using these links, a file was downloaded with no specified file format, and I was unable to view it.

10 Likes

Update: Using the first link, I was able to download the file, and rename it as a PNG file.

2 Likes

yeah just use the first link and rename the file to .PNG

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.