{
  "results": [
    {
      "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
      }
    }
  ],
  "total": 123
}

Query Parameters

q
string | null
limit
integer
offset
integer
content_type
enum<string>

Type of content to search for. "all" returns all content types.

Available options:
all,
ocr,
audio,
ui,
audio+ui,
ocr+ui,
audio+ocr
start_time
string | null
end_time
string | null
app_name
string | null
window_name
string | null
frame_name
string | null
include_frames
boolean
min_length
integer | null
max_length
integer | null
speaker_ids
integer[] | null
focused
boolean | null
browser_url
string | null

Response

200 - application/json
results
object[]
required
total
integer
required