I’m just really here for answer to the title of my topic.
I need to use the Web API to upload clothing from my computer using python.
Any pointers to the API for the uploading would be a huge help, thanks.
You could try using Fiddler and seeing which API endpoint the request goes to
Also, I found this
https://publish.roblox.com/docs#!/Items/post_v1_assets_upload
You actually don’t need Fiddler to inspect the requests.
For the site, it sends a POST request to Roblox (too lazy to look at post body)
There’s also several libraries that can do this for you already.
Please use alternatives on the ItemConfiguration API
Also, @heII_ish, generally the Publish API isn’t even used by anyone, not even Roblox, yet.
1 Like