Human Record Service
Welcome to the Human Record Service. This page demonstrates static file serving.
Available Endpoints
- /ws - WebSocket endpoint for recording data
- /status - Service status information
- /health - Health check endpoint
- /raws - Raw recording data (requires start & end query params)
- /records/{userId} - User-specific recordings
- /replay/{userId} - Replay UI for user sessions
- /static/ - Static assets (CSS, JS, images)
Static Files Example
This page loads CSS from /static/css/example.css
Open the browser console to see the JavaScript loaded from /static/js/example.js
Check Status