Capture a screenshot of the desktop
cURL
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>" } }
API key authentication using Bearer token
Computer/Project name (e.g., computer-abc123)
Screenshot captured successfully
The response is of type object.
object