Dashboard
MaiiaM Consciousness Toolkit APIv1.0.0
Swagger UI ReDoc OpenAPI JSON
BASE URLhttp://localhost:8001
AUTHX-API-Key: <your-key>
DEV MODEAny non-empty key accepted
ENDPOINTS39 across 7 spaces
Consciousnessbreath-integrity
POSTsync/api/v1/consciousness/breath-integrity
space: consciousness

Compute Breath Integrity Score from 7 IBTRGAS parameters

Calculates the composite Breath Integrity Score (BIS) by combining 7 consciousness vectors: Intention, Belief, Thought, Grounding, Reception, Acceptance, and Surrender. Returns a radar chart visualization and scalar BIS value between 0–1. BIS > 0.7 indicates high coherence; < 0.4 indicates misalignment.

PARAMETERS
PARAMETERTYPEREQ?DEFAULTDESCRIPTION
Ifloat [0,1]yesIntention — clarity and strength of conscious intent
Bfloat [0,1]yesBelief — degree of alignment between belief system and intention
Tfloat [0,1]yesThought — quality and coherence of thought patterns
Gfloat [0,1]yesGrounding — connection to physical and present-moment reality
Rfloat [0,1]yesReception — openness to receiving aligned outcomes
Afloat [0,1]yesAcceptance — integration of both resistance and flow
Sfloat [0,1]yesSurrender — release of attachment to specific outcomes
model_handle_idstring?noOptional model handle for LLM-enhanced interpretation
REQUEST BODY
{ "I": 0.7, "B": 0.6, "T": 0.5, "G": 0.4, "R": 0.3, "A": 0.4, "S": 0.5 }
RESPONSE EXAMPLE
{ "image_b64": "...", "metrics": { "BIS": 0.714, "dominant_vector": "Intention" }, "logs": [] }
CURL EXAMPLE
curl -X POST \
  -H "Content-Type: application/json" \
  -H "X-API-Key: dev" \
  -d '{ "I": 0.7, "B": 0.6, "T": 0.5, "G": 0.4, "R": 0.3, "A": 0.4, "S": 0.5 }' \
  "http://localhost:8001/api/v1/consciousness/breath-integrity"
Try it live in Swagger UI |ReDoc

API ACCESS TIERS

FREE
100 req/day
requests
  • All 64 endpoints
  • Sync responses
  • Community support
PRO
10,000 req/day
requests
  • All 64 endpoints
  • WebSocket streaming
  • Priority queue
  • Email support
ENTERPRISE
Unlimited
requests
  • All 64 endpoints
  • Dedicated instances
  • 99.9% SLA
  • Custom model loading
  • Slack support