Computer Actions
Take screenshot
Capture the current desktop as a PNG and return a signed URL.
GET
Take screenshot
Captures a screenshot of the computer’s display, uploads it to storage, and returns a URL you can fetch.
Path parameters
Computer ID (UUID).
Response
true if the screenshot was captured and stored.Public URL of the uploaded PNG.
Information about the stored screenshot.
Example
Response
Errors
| Status | Meaning |
|---|---|
400 | Computer instance not available. |
401 | Missing or invalid API key. |
403 | You do not have access to this computer. |
404 | Computer not found. |
500 | Capture or upload failed. |
Take screenshot