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": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Format: sk_live_...

Path Parameters

id
string
required

Response

200 - application/json

Screenshot captured

image
string