Set the cover image
set_coverSet a game's cover image using an existing screenshot, a public URL, or base64 data. Clear the cover when needed.
Instructions
The cover is the image every grid tile shows, so it matters more than any single screenshot. Send exactly one of: screenshotId to promote a screenshot you already added, url for a public https image, base64 for raw bytes, or clear: true to remove the cover.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Public https image URL. | |
| game | Yes | The game, by slug (e.g. "orbital-drift") or by id (uuid). | |
| clear | No | Remove the cover entirely. | |
| base64 | No | Base64 image bytes or a data: URL. | |
| screenshotId | No | Promote this existing screenshot to cover. |