cURL
curl --request GET \ --url https://api.example.com/frames/{frame_id}/metadata
{ "frame_id": 123, "timestamp": "2023-11-07T05:31:56Z" }
Get frame metadata (timestamp) for deep link navigation. screenpipe://frame/123 → resolve to timestamp.
OK
Response type for frame metadata (used by deep link navigation)
Was this page helpful?