# Interhuman AI Beta Docs - [Introduction](https://beta.interhuman.ai/getting-started/introduction.md): Add a social-intelligence layer to your AI application. - [Video Analysis](https://beta.interhuman.ai/getting-started/video-upload-quickstart.md) - [Stream analysis](https://beta.interhuman.ai/getting-started/stream-analyze-quickstart.md): Codealong: connect over WebSocket, capture camera and microphone, and stream segments to Interhuman. - [Get an API key](https://beta.interhuman.ai/how-to/get-api-key.md): Create an Interhuman account and generate API keys from the platform. - [Build with the stream endpoint](https://beta.interhuman.ai/how-to/build-with-the-stream-endpoint.md): The architecture you need around wss://api.interhuman.ai/v1/stream/analyze: mint client tokens server-side, stream directly from the browser, and send segments that arrive intact. - [Agent Skills](https://beta.interhuman.ai/how-to/agent-skills.md): Install Interhuman Agent Skills so coding agents can call the API using packaged workflows. Skill names and behavior are maintained in the public repository. - [Build a Video Analyzer App](https://beta.interhuman.ai/how-to/build-video-analyzer-app-codealong.md): Follow a step-by-step video tutorial to build a simple video analyzer app using Interhuman's upload analysis API. - [Get Support](https://beta.interhuman.ai/how-to/get-support.md): Get help from the community or contact the Interhuman team directly. - [Social signals](https://beta.interhuman.ai/explanations/social-signals.md): Understand each social signal detected by the Interhuman API. - [Conversation quality](https://beta.interhuman.ai/explanations/conversation-quality.md): How Interhuman quantifies behavioral interaction quality using CQI, dimension scores, and event metrics. - [Model Improvement Partnership Program](https://beta.interhuman.ai/explanations/model-improvement-program.md): Learn how Interhuman AI trains its social intelligence models and how you can control your data's role in that process. - [Overview](https://beta.interhuman.ai/api-reference/overview.md): Detect and interpret engagement, signals, and quality. - [Authentication](https://beta.interhuman.ai/api-reference/authentication.md) - [Client Tokens](https://beta.interhuman.ai/api-reference/client-tokens.md): Mint a short-lived, capped client token for direct browser use. Call this server-side with your API key; the returned token grants the requested scopes (default 'interhumanai.stream') and can be handed to a browser to call the upload, stream, and realtime endpoints β€” e.g. POST /v1/upload/analyze, or… - [Inter-1 Upload Analyze](https://beta.interhuman.ai/api-reference/upload-analyze.md): Analyze a video file in upload mode. - [Inter-1 Streaming Analyze](https://beta.interhuman.ai/api-reference/stream-analyze.md): Analyze a video stream. - [Inter-1 Realtime Analyze](https://beta.interhuman.ai/api-reference/realtime-analyze.md): Analyze a realtime video stream. - [Inter-2 Upload Analyze](https://beta.interhuman.ai/api-reference/upload-analyze-v2.md): Submit an audio or video file for analysis by an Inter-2 model as an asynchronous job. Answers 202 with the queued job envelope, or 200 with the finished job when `wait_seconds` is set and the job finishes in time. - [Inter-2 Streaming Analyze](https://beta.interhuman.ai/api-reference/stream-analyze-v2.md): Analyze a stream with an Inter-2 model. - [TypeScript SDK](https://beta.interhuman.ai/sdk-reference/typescript-sdk.md): API reference for @interhumanai/sdk β€” the official TypeScript client for auth, upload, and stream. - [Python SDK](https://beta.interhuman.ai/sdk-reference/python-sdk.md): API reference for interhumanai β€” the official Python client for auth, upload, stream, and realtime analysis. - [Error handling](https://beta.interhuman.ai/api-reference/error-handling.md): Common error formats and troubleshooting tips. - [Changelog](https://beta.interhuman.ai/updates/changelog.md): Product updates and announcements - [Issues](https://beta.interhuman.ai/updates/issues.md): Where we track bugs, limitations, and feature requests for the Interhuman API - [Acknowledgements](https://beta.interhuman.ai/updates/acknowledgements.md): Third-party research, models, and libraries used by Interhuman ## OpenAPI Specs - [openapi](/api-reference/openapi.yaml) ## AsyncAPI Specs - [asyncapi](/api-reference/asyncapi.yaml)