cURL
curl --request GET \ --url https://api.example.com/frames/{frame_id}/context
{ "frame_id": 123, "text": "<string>", "nodes": [ { "role": "<string>", "text": "<string>", "depth": 123, "bounds": { "left": 123, "top": 123, "width": 123, "height": 123 }, "properties": {} } ], "urls": [ "<string>" ], "text_source": "<string>" }
Get frame context: accessibility text, tree nodes, and extracted URLs. Falls back to OCR data for legacy frames without accessibility data.
OK
Response type for frame context endpoint (accessibility-first, OCR fallback)
Show child attributes
Was this page helpful?