Human API website screenshot

Human API

Human API is a United States health data platform, founded in 2013 and now part of LexisNexis Risk Solutions, that aggregates, normalizes, and delivers digital and clinical health data from providers, hospitals, labs, pharmacies, wearables, and apps through a single API. Its consumer-mediated Data API returns normalized wellness and medical records via user access tokens (Human Connect single sign-on), while its Health Intelligence Platform (HIP) Admin API lets enterprises order electronic health record (EHR) retrievals, manage users and subscriptions, and receive condensed clinical summary reports - primarily to accelerate life insurance underwriting by reaching 30,000+ data sources across roughly 270 million lives. The surface is a proprietary REST/JSON API secured with OAuth2-style client credentials and Bearer JWT tokens; it is not a HL7 FHIR or SMART-on-FHIR API. Access is gated behind a developer portal and partner agreement.

Human API publishes 2 APIs on the APIs.io network: Admin API and Authentication API. Tagged areas include Healthcare, United States, Health Data, EHR, and Interoperability.

The Human API catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Human API’s developer surface includes authentication, documentation, API reference, getting-started guide, CLI, and 27 more developer resources.

51.1/100 developing ▬ flat Agent 57/100 agent ready Full breakdown ↓
scored 2026-07-27 · rubric v0.5
3 APIs 1 MCP Servers
HealthcareUnited StatesHealth DataEHRInteroperabilityRemote MonitoringWearablesLife InsuranceClinical DataHealth API

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 51.1/100 · developing
Contract Quality 15.1 / 25
Developer Ergonomics 14.8 / 20
Commercial Clarity 6.8 / 20
Operational Transparency 3.8 / 13
Governance 0.0 / 12
Discoverability 10.0 / 10
Agent readiness — 57/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/human-api: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

Human API Admin API

The Health Intelligence Platform (HIP) Admin API for creating and managing Human API users, submitting and managing EHR order types, managing subscriptions, and fetching deliver...

Human API Authentication API

The HAPI Auth Public API for facilitating token exchange with external authentication systems. Exposes POST /v1/admin/token (Admin API client-type token via client_id/client_sec...

Human API Data API

The consumer-mediated Data API (legacy v2.1) for querying a user's normalized health data - wellness data from wearable devices and apps, and medical data (records, labs, medica...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

human-api-mcp.yml

MCP SERVER

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Human API HIP Notifications

Webhook notifications the Health Intelligence Platform pushes to a configured client endpoint. Notifications are delivered as JSON arrays of event objects. Enablement is per-cli...

ASYNCAPI

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Human Api Authentication

http · 1 scheme

SECURITY

Human Api Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 5

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Other 5

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: human-api
url: https://raw.githubusercontent.com/api-evangelist/human-api/refs/heads/main/apis.yml
name: Human API
kind: company
description: Human API is a United States health data platform, founded in 2013 and now part of LexisNexis Risk Solutions,
  that aggregates, normalizes, and delivers digital and clinical health data from providers, hospitals, labs, pharmacies,
  wearables, and apps through a single API. Its consumer-mediated Data API returns normalized wellness and medical records
  via user access tokens (Human Connect single sign-on), while its Health Intelligence Platform (HIP) Admin API lets enterprises
  order electronic health record (EHR) retrievals, manage users and subscriptions, and receive condensed clinical summary
  reports - primarily to accelerate life insurance underwriting by reaching 30,000+ data sources across roughly 270 million
  lives. The surface is a proprietary REST/JSON API secured with OAuth2-style client credentials and Bearer JWT tokens; it
  is not a HL7 FHIR or SMART-on-FHIR API. Access is gated behind a developer portal and partner agreement.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
tags:
- Healthcare
- United States
- Health Data
- EHR
- Interoperability
- Remote Monitoring
- Wearables
- Life Insurance
- Clinical Data
- Health API
created: '2026-07-24'
modified: '2026-07-24'
specificationVersion: '0.19'
apis:
- aid: human-api:human-api-admin-api
  name: Human API Admin API
  description: The Health Intelligence Platform (HIP) Admin API for creating and managing Human API users, submitting and
    managing EHR order types, managing subscriptions, and fetching delivered clinical summary reports and order resources.
    Secured with a Bearer JWT (bearerAuth). Documented endpoints include /api/v1/order-types, /api/v1/users, /api/v1/users/actions,
    /api/v1/users/{humanId}, /api/v1/users/providers, /api/v1/subscriptions, /api/v1/user/reports, and /api/v1/resources/consumer-link.
  humanURL: https://reference.humanapi.co/docs/overview
  baseURL: https://admin.humanapi.co
  tags:
  - Healthcare
  - EHR
  - Health Data
  - Orders
  properties:
  - type: Documentation
    url: https://reference.humanapi.co/docs/overview
  - type: APIReference
    url: https://reference.humanapi.co/reference/getordertypes
  - type: OpenAPI
    url: openapi/human-api-admin-order-types-openapi.json
  - type: OpenAPI
    url: openapi/human-api-admin-users-list-openapi.json
  - type: OpenAPI
    url: openapi/human-api-admin-user-reports-openapi.json
- aid: human-api:human-api-authentication-api
  name: Human API Authentication API
  description: The HAPI Auth Public API for facilitating token exchange with external authentication systems. Exposes POST
    /v1/admin/token (Admin API client-type token via client_id/client_secret) and POST /v1/connect/token (public Connect token
    via client_id/client_user_id with optional client_secret, client_user_email, and extra_scopes). Served from https://auth.humanapi.co.
  humanURL: https://reference.humanapi.co/docs/overview
  baseURL: https://auth.humanapi.co
  tags:
  - Authentication
  - OAuth2
  - Tokens
  properties:
  - type: Documentation
    url: https://reference.humanapi.co/docs/overview
  - type: OpenAPI
    url: openapi/human-api-auth-admin-token-openapi.json
  - type: OpenAPI
    url: openapi/human-api-auth-connect-token-openapi.json
- aid: human-api:human-api-data-api
  name: Human API Data API
  description: The consumer-mediated Data API (legacy v2.1) for querying a user's normalized health data - wellness data from
    wearable devices and apps, and medical data (records, labs, medications, encounters) from health providers. Queries use
    the user's accessToken as a Bearer credential in a GET request against the base URL https://api.humanapi.co/v1/human.
  humanURL: https://reference.humanapi.co/v2.1/docs/data-overview
  baseURL: https://api.humanapi.co/v1/human
  tags:
  - Healthcare
  - Health Data
  - Wearables
  - Remote Monitoring
  properties:
  - type: Documentation
    url: https://reference.humanapi.co/v2.1/docs/data-overview
  - type: APIReference
    url: https://reference.humanapi.co/v2.1/docs/overview
common:
- type: DomainSecurity
  url: security/human-api-domain-security.yml
- type: Authentication
  url: authentication/human-api-authentication.yml
- type: Website
  url: https://humanapi.co/
- type: DeveloperPortal
  url: https://developer.humanapi.co/
- type: Documentation
  url: https://reference.humanapi.co/
- type: APIReference
  url: https://reference.humanapi.co/docs/overview
- type: GettingStarted
  url: https://reference.humanapi.co/docs/integration-best-practices
- type: GitHubOrganization
  url: https://github.com/humanapi
- type: StatusPage
  url: https://status.humanapi.co/
- type: Login
  url: https://developer.humanapi.co/
- type: TermsOfService
  url: https://www.humanapi.co/developer-terms
- type: PrivacyPolicy
  url: https://humanapi.co/privacy-policy
- type: Packages
  url: packages/human-api-packages.yml
- type: SDKs
  url: packages/human-api-packages.yml
- type: CLI
  url: cli/human-api-cli.yml
- type: Components
  url: components/human-api-components.yml
- type: LLMsTxt
  url: llms/human-api-llms.txt
- type: MCPServer
  url: mcp/human-api-mcp.yml
- type: ToolCrosswalk
  url: mcp/human-api-tool-crosswalk.yml
- type: Conventions
  url: conventions/human-api-conventions.yml
- type: ErrorCatalog
  url: errors/human-api-problem-types.yml
- type: Lifecycle
  url: lifecycle/human-api-lifecycle.yml
- type: DataModel
  url: data-model/human-api-data-model.yml
- type: Conformance
  url: conformance/human-api-conformance.yml
- type: AsyncAPI
  url: asyncapi/human-api-notifications-asyncapi.yml
- type: Webhooks
  url: asyncapi/human-api-notifications-asyncapi.yml
- type: AgentSkill
  url: skills/_index.yml
- type: Overlay
  url: overlays/human-api-admin-order-types-overlay.yaml
- type: Overlay
  url: overlays/human-api-admin-user-reports-overlay.yaml
- type: Overlay
  url: overlays/human-api-admin-users-list-overlay.yaml
- type: Overlay
  url: overlays/human-api-auth-admin-token-overlay.yaml
- type: Overlay
  url: overlays/human-api-auth-connect-token-overlay.yaml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com