Analyze a single image frame with VLM. Accepts a base64-encoded JPEG and a question — no stream URL needed.
POST /analyze-frame — Accepts raw base64 frame, no stream URLPOST /check-once — Captures frame from stream URL, validates livenessPOST /live-monitor — Creates continuous monitoring jobtriggered: true/false.
answer with full description, triggered: null.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request to analyze a single image frame with VLM.
Used by TrioClaw and other clients that capture their own frames and just need VLM analysis — no stream URL or live validation needed.
Base64-encoded JPEG image (raw base64, no data: URI prefix)
1Question or condition about the image (e.g., 'what do you see?' or 'is there a person?')
1 - 1000Include the frame back in the response
Successful Response
Response from frame analysis.