cURL
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.
Take a screenshot of the machine’s display.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
PNG image of the screenshot
The response is of type file.
file
Was this page helpful?