cURL
curl --request GET \ --url https://api.example.com/frames/next-valid
{ "frame_id": 123, "timestamp": "2023-11-07T05:31:56Z", "skipped_count": 123 }
Allows the frontend to skip directly to a valid frame instead of trying each one when frames fail to load.
Current frame_id that failed to load
"forward" (default) or "backward"
Maximum number of frames to check (default: 50)
Next valid frame found
Was this page helpful?