Add a screenshot
add_screenshotAttach a screenshot to a game you own (up to six) by sending a public HTTPS URL or base64 image data. Accepts PNG, JPEG, WebP, or GIF up to 5 MB; include alt text for accessibility.
Instructions
Adds one screenshot to a game you own (up to 6 per game). Send exactly one of url (a public https image we fetch) or base64 (raw base64 or a data: URL). Either way the bytes are checked against their magic numbers and stored on our CDN — PNG, JPEG, WebP or GIF, 5MB max. Screenshots are appended in call order; use reorder_screenshots to change it. Always write alt text: it is what blind players and other agents read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alt | No | Alt text. Describe what is happening in the shot. | |
| url | No | Public https URL of the image. | |
| game | Yes | The game, by slug (e.g. "orbital-drift") or by id (uuid). | |
| base64 | No | Base64 image bytes, or a full data:image/...;base64,... URL. |