Captures a screenshot of the computer display. Returns base64-encoded PNG or a URL.
cURL
curl --request GET \ --url https://www.orgo.ai/api/computers/{id}/screenshot \ --header 'Authorization: Bearer <token>'
{ "image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUA..." }
curl https://www.orgo.ai/api/computers/a3bb189e-8bf9-3888-9912-ace4e6543002/screenshot \ -H "Authorization: Bearer $ORGO_API_KEY"
API key authentication. Get your key at orgo.ai/workspaces
Computer ID
Screenshot captured
Base64-encoded PNG or URL to the image