Skip to main content
GET
/
v1
/
portal
/
rooms
/
{room_name}
/
screenshot
curl https://hapi.7331.org/v1/portal/rooms/general/screenshot \
  -b cookies.txt \
  -o screenshot.jpg
(JPEG binary data)
Requires an active session cookie. The caller must have access to the room. Named rooms are accessible to any authenticated user. Guild rooms require membership, room ownership, or ADMIN+. Returns a JPEG image binary with appropriate Cache-Control headers. Returns 404 if the room does not exist or is not currently running.
room_name
string
required
Name of the room to screenshot.

Response

Returns image/jpeg binary data.
curl https://hapi.7331.org/v1/portal/rooms/general/screenshot \
  -b cookies.txt \
  -o screenshot.jpg
(JPEG binary data)