Hi, I have been experimenting with the create universe API to automate creating places. However, when you create the place it says you need to publish it.
Is there an API that can publish start places? It doesn’t have to override anything, just make it playable. I know there is the cloud API, but you have to manually set an API key for each place and it gets boring to do.
If anyone knows any APIs that can help me out, please let me know. Thanks.
Also, a response to @CowboySticky now. I think the easiest way to do this would be to use glitch.com to have some javascript from there publish the game, but if you don’t know javascript, I don’t know any other way to do it.
Well yes, Roblox allows APIs to glitch.com . So you could have a script send an API there, which runs through some javascript, which sends an API back to Roblox to publish the place.
I don’t think there is an API to publish though which is what I am looking for. There is that new cloud api but you have to manually give the api key you use permission to each place you create.
Well, javascript isn’t exactly like luau, because javascript is used to make websites, and coding languages used to make websites have a lot more accessibility than luau, which is a very simple language. But even better, since most of the Roblox website is coded in javascript, you can copy some code from the publish place button, and use that.
I use python to send requests, but what the Roblox site usually does is have an api for doing certain actions. I don’t think if I use javascript it will make a large difference.