Perform a single synchronous condition check on a YouTube Live stream
POST /check-once is synchronous and returns one result.POST /live-monitor creates/streams a monitoring job.POST /live-digest creates/streams summary windows.POST /check-oncetriggered: boolean decisionexplanation: human-readable reason tied to visible evidencelatency_ms: end-to-end request latencyframe_b64: optional frame payload when requestedtriggered = true, execute your success pathtriggered = false, refine condition or continue monitoring workflowBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request for a single synchronous check.
YouTube Live URL or RTSP stream
1 - 500Condition to check
1 - 1000Include base64 frame in response
Input mode: 'frames' for single frame, 'clip' for video clip, 'hybrid' for frame+clip combined
frames, clip, hybrid Duration of video clip in seconds (used when input_mode is 'clip' or 'hybrid')
1 <= x <= 10