cURL
curl --request GET \ --url https://api.example.com/search
{ "data": [ { "type": "OCR", "content": { "frame_id": 123, "text": "<string>", "timestamp": "2023-11-07T05:31:56Z", "file_path": "<string>", "offset_index": 123, "app_name": "<string>", "window_name": "<string>", "tags": [ "<string>" ], "frame": "<string>", "frame_name": "<string>", "browser_url": "<string>", "focused": true, "device_name": "<string>" } } ], "pagination": { "limit": 123, "offset": 123, "total": 123 }, "cloud": { "cloudSearchAvailable": true, "cloudHasRelevantData": true, "cloudQueryHint": "<string>", "status": "available" } }
Query captured screen text (OCR), audio transcriptions, and UI elements with filters for time range, app, window, content type, and more.
all
ocr
audio
input
accessibility
memory
OK
Show child attributes
Metadata about cloud search to include in responses.
Was this page helpful?