Documentation Index
Fetch the complete documentation index at: https://docs.orgo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Captures a screenshot of the computer’s display, uploads it to storage, and returns a URL you can fetch.
Path parameters
Response
true if the screenshot was captured and stored.
Public URL of the uploaded PNG.
Information about the stored screenshot.
ISO 8601 creation timestamp.
Example
curl https://www.orgo.ai/api/computers/a3bb189e-8bf9-3888-9912-ace4e6543002/screenshot \
-H "Authorization: Bearer $ORGO_API_KEY"
Response
{
"success": true,
"image": "https://storage.orgo.ai/screenshots/4d96f9a0/2026-04-20/abc123.png",
"metadata": {
"id": "9f2b7c3d-4e5f-6a7b-8c9d-0e1f2a3b4c5d",
"timestamp": "2026-04-20T12:00:00Z",
"size": 187342,
"storage_path": "screenshots/4d96f9a0/2026-04-20/abc123.png"
}
}
Errors
| Status | Meaning |
|---|
400 | Computer instance not available. |
401 | Missing or invalid API key. |
403 | You do not have access to this computer. |
404 | Computer not found. |
500 | Capture or upload failed. |
API key authentication. Get your key at orgo.ai/workspaces
Base64-encoded PNG or URL to the image