Skip to main content
GET
Take screenshot
Captures a screenshot of the computer’s display, uploads it to storage, and returns a URL you can fetch.

Path parameters

string
required
Computer ID (UUID).

Response

boolean
true if the screenshot was captured and stored.
string
Public URL of the uploaded PNG.
object
Information about the stored screenshot.

Example

Response

Errors

Authorizations

Authorization
string
header
required

API key authentication. Get your key at orgo.ai/workspaces

Path Parameters

id
string
required

Computer ID

Response

Screenshot captured

image
string

URL of the captured image, usually a path relative to the API origin. Fetch it to get the bytes.