GET
/
computers
/
{id}
/
screenshot
Take Screenshot
curl --request GET \
  --url https://www.orgo.ai/api/computers/{id}/screenshot \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "image": "<string>",
  "metadata": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "timestamp": "2023-11-07T05:31:56Z",
    "size": 123,
    "storage_path": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API key authentication using Bearer token

Path Parameters

id
string
required

Computer/Project name (e.g., computer-abc123)

Response

200
application/json

Screenshot captured successfully

The response is of type object.