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.
Documentation IndexFetch the complete documentation index at: https://docs.screenpi.pe/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.screenpi.pe/llms.txt
Use this file to discover all available pages before exploring further.
OK
Show child attributes
Was this page helpful?