Skip to main content
GET
/
v1
/
desktop
/
screenshot
Capture a full desktop screenshot.
curl --request GET \
  --url http://localhost:2468/v1/desktop/screenshot
{
  "status": 1,
  "title": "<string>",
  "type": "<string>",
  "detail": "<string>",
  "instance": "<string>"
}

Query Parameters

format
enum<string>
Available options:
png,
jpeg,
webp
quality
integer<int32> | null
Required range: x >= 0
scale
number<float> | null
showCursor
boolean | null

Response

Desktop screenshot as image bytes