Skip to main content
Developer API

MindHealthFlow API Documentation

Integrate AI-powered mental health tools into your applications with our comprehensive REST API. HIPAA-compliant, real-time processing, and enterprise-grade security.

API Features

HIPAA Compliant

All API endpoints are HIPAA compliant with end-to-end encryption

Real-time Processing

Sub-second response times for AI-powered operations

Secure Authentication

OAuth 2.0 and API key authentication with role-based access

RESTful Design

Clean, intuitive REST API following industry best practices

Quick Start

Authentication

All API requests require authentication via Bearer token in the Authorization header:

curl -H "Authorization: Bearer YOUR_API_KEY" \
     -H "Content-Type: application/json" \
     https://api.mindhealthflow.ai/v1/

Base URL

https://api.mindhealthflow.ai/v1

API Endpoints

POST
/api/ai/generate-note

Generate AI clinical notes from session recordings

Auth: Bearer Token
Rate Limit: 100/hour
POST
/api/ai/transcribe

Transcribe audio recordings to text with speaker identification

Auth: Bearer Token
Rate Limit: 50/hour
POST
/api/ai/analyze

Analyze session content for insights and treatment recommendations

Auth: Bearer Token
Rate Limit: 100/hour
POST
/api/ai/schedule

AI-powered intelligent scheduling with conflict resolution

Auth: Bearer Token
Rate Limit: 200/hour
POST
/api/ai/insurance

Verify insurance coverage and benefits in real-time

Auth: Bearer Token
Rate Limit: 150/hour

Example Usage

Generate Clinical Note

curl -X POST https://api.mindhealthflow.ai/v1/ai/generate-note \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "session_id": "session_123",
    "transcript": "Patient discussed anxiety symptoms...",
    "template": "progress_note",
    "client_id": "client_456"
  }'

SDKs & Libraries

JavaScript/Node.js

Available

Python

Available

PHP

Coming Soon

Need Help?

Our developer support team is here to help you integrate MindHealthFlow AI into your applications.