InterhumanAI
@InterhumanAI Organization
Public Skills
interhuman-stream
by InterhumanAI
Wrapper for Interhuman API WebSocket /v0/stream/analyze endpoint. Analyzes live video streams in real-time and relays raw JSON messages as received. Use when the user wants to analyze live camera input or continuous video streams (not pre-recorded files). Returns all WebSocket messages exactly as received from the API without modification.
interhuman-authentication
by InterhumanAI
Wrapper for Interhuman API POST /v0/auth endpoint. Generates short-lived bearer access tokens using API key credentials. Use when the user needs to authenticate before calling Interhuman API endpoints. Returns the exact JSON response from the API without modification.
interhuman-post-processing
by InterhumanAI
Wrapper for Interhuman API POST /v0/upload/analyze endpoint. Analyzes completed video files and returns raw JSON responses with detected social signals. Use when the user wants to analyze a pre-recorded video file (not live streams). Returns the exact JSON response from the API without modification.