when was assetdelivery v1 added to roblox
Roblox’s Asset Delivery v1 is documented as the endpoint for retrieving an asset by ID, and the creator docs currently show it as the recommended way to fetch asset content by asset ID and version number. I couldn’t verify an exact “added on” date from the sources available here, but I did find evidence that the endpoint was in use by at least late 2023 in Roblox developer discussions, so it was added no later than that.
What’s known
- The current docs reference
assetdelivery.roblox.com/v1/asset/...for asset retrieval.
- A Roblox developer forum post from September 2023 already discusses using
https://assetdelivery.roblox.com/v1/asset/?ID={id}.
- That means v1 existed by September 2023 , even though the exact launch date isn’t confirmed in the sources I found.
Best answer
If you need a precise release date, the available public sources here don’t state one. The safest answer is: Asset Delivery v1 was in place by September 2023, and likely earlier, but no exact addition date is confirmed in the sources I found.
Source note
The current creator documentation is the most authoritative source for the endpoint’s present behavior, while the forum post is only useful for establishing a minimum known date.