cURL
curl --request GET \ --url https://api.example.com/elements
{ "data": [ { "id": 123, "frame_id": 123, "source": "<string>", "role": "<string>", "text": "<string>", "parent_id": 123, "depth": 123, "bounds": { "left": 123, "top": 123, "width": 123, "height": 123 }, "confidence": 123, "sort_order": 123 } ], "pagination": { "limit": 123, "offset": 123, "total": 123 } }
Search elements across all frames with optional FTS, time, and app filters.
OK
Show child attributes
Was this page helpful?