GET
/
v1
/
computer
/
{machine_id}
/
display
/
screenshot
Take a screenshot
curl --request GET \
  --url https://api.cyberdesk.io/v1/computer/{machine_id}/display/screenshot \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

machine_id
string
required

Response

200
image/png

PNG image of the screenshot

The response is of type file.