Publish a stored generation
upload_generationPublish an already-generated thumbnail to Roblox using its generation ID, recording the asset ID to trace analytics back to the original prompt.
Instructions
Publish an image already in a project's history to Roblox, by its generation id from list_generations. Nothing is downloaded or re-uploaded — the site sends its own stored copy — and the resulting Roblox asset id is recorded against the generation, which is what later lets its analytics be traced back to the prompt that made it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | Game name or universe id. | |
| generationId | Yes | Generation id from list_generations. |