Heidi Health · Capability

Heidi Health — Templates

Heidi Health Templates API. List consult-note templates available to the authenticated API user. Lead operation: List Consult Note Templates.

Heidi Health — Templates is a Naftiko capability published by Heidi Health, one of 10 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/templates/document-templates.

The capability includes 1 read-only operation. Lead operation: List Heidi consult-note templates. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Heidi Health, Templates, and Consult Notes.

Run with Naftiko Heidi HealthTemplatesConsult Notes

What You Can Do

GET
Listtemplates
/v1/templates/document-templates

MCP Tools

heidi-list-templates

List Heidi consult-note templates.

read-only idempotent

Capability Spec

templates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Heidi Health — Templates
  description: 'Heidi Health Templates API. List consult-note templates available to the authenticated API user. Lead operation: List Consult Note Templates.'
  tags:
    - Heidi Health
    - Templates
    - Consult Notes
  created: '2026-05-24'
  modified: '2026-05-24'
binds:
  - namespace: env
    keys:
      HEIDI_BEARER_TOKEN: HEIDI_BEARER_TOKEN
capability:
  consumes:
    - type: http
      namespace: heidi-templates
      baseUri: https://registrar.api.heidihealth.com/api/v2/ml-scribe/open-api
      description: Heidi Health templates surface.
      resources:
        - name: documentTemplates
          path: /templates/document-templates
          operations:
            - name: listTemplates
              method: GET
              description: List consult-note templates.
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters: []
      authentication:
        type: bearer
        value: '{{env.HEIDI_BEARER_TOKEN}}'
  exposes:
    - type: rest
      namespace: heidi-templates-rest
      port: 8080
      description: REST adapter for Heidi Templates.
      resources:
        - path: /v1/templates/document-templates
          name: documentTemplates
          operations:
            - method: GET
              name: listTemplates
              call: heidi-templates.listTemplates
              with: {}
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: heidi-templates-mcp
      port: 9090
      transport: http
      description: MCP adapter for Heidi Templates.
      tools:
        - name: heidi-list-templates
          description: List Heidi consult-note templates.
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: heidi-templates.listTemplates
          with: {}
          outputParameters:
            - type: object
              mapping: $.