Documentation Index
Fetch the complete documentation index at: https://docs.interhuman.ai/llms.txt
Use this file to discover all available pages before exploring further.
Agent Skills
Interhuman Agent Skills are packaged capabilities that let AI coding agents call Interhuman API workflows directly. Use them to:- Authenticate requests with your API key
- Analyze uploaded video files with optional conversation quality outputs
Install skills
Install the Interhuman skill set:Available Interhuman skills
interhuman-post-processing- Analyze pre-recorded files viaPOST /v1/upload/analyze.
Common install patterns
List skills without installing:Recommended workflow
- Set your API key in your runtime environment.
- Use
interhuman-post-processingfor uploaded files. - Parse the returned raw JSON in your app layer.
V1 request and response essentials
Authentication (direct API key)
- Use your API key directly in the authorization header:
Authorization: Bearer <api_key>
- Set it in your shell or runtime:
export API_KEY="YOUR_API_KEY"
Upload analysis (POST /v1/upload/analyze)
- Send
multipart/form-datawith a requiredfilefield. - Optional
include[]flags:conversation_quality_overallconversation_quality_timeline
- Response always includes
signals. - Response always includes
engagement_state. - Response may include
conversation_qualitywhen requested viainclude[].
Find more and verify listing
- Skills directory listing: skills.sh/interhumanai/skills
- Source repository: github.com/InterhumanAI/skills