Skip to main content
GET
/
computers
/
{id}
/
screenshot
Take screenshot
curl --request GET \
  --url https://www.orgo.ai/api/computers/{id}/screenshot \
  --header 'Authorization: Bearer <token>'
{
  "image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUA..."
}
Captures a screenshot of the computer display.

Path parameters

id
string
required
Computer ID.

Response

image
string
Base64-encoded PNG image or a URL to the screenshot.

Example

curl https://www.orgo.ai/api/computers/a3bb189e-8bf9-3888-9912-ace4e6543002/screenshot \
  -H "Authorization: Bearer $ORGO_API_KEY"

Response

{
  "image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUA..."
}

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

Base64-encoded PNG or URL to the image