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.
Authentication
Interhuman now supports direct API-key authentication for API requests. Use your API key in theAuthorization header:
Migration from the legacy flow
We migrated from a two-step authentication flow to a one-step flow:- Legacy flow: send
key_idandkey_secretto/auth, receive a short-lived token, then call API endpoints with that token. - Current flow: call API endpoints directly with your API key in
Authorization: Bearer <api_key>.