โšก
FlowMindAI

API Documentation v1.0

Endpoints

REST API v1.0 โ€” Live

FlowMind AI API

The FlowMind AI REST API gives you programmatic access to all platform features including Nova AI, CRM, E-Commerce, Healthcare, Finance, and more.

Base URL

https://whoever-debunk-bush.ngrok-free.dev

80+

API Endpoints

24+

Modules

JWT Bearer

Auth Method

JSON

Format

Quick Start

curl โ€” Login & Get Token
curl -X POST https://whoever-debunk-bush.ngrok-free.dev/api/auth/login \
  -H "Content-Type: application/json" \
  -d '{"email": "your@email.com", "password": "yourpassword"}'
curl โ€” Use the API
curl https://whoever-debunk-bush.ngrok-free.dev/api/auth/me \
  -H "Authorization: Bearer YOUR_TOKEN_HERE"