EQAPI - Personality Psychology
# EQAPI - Unified Personality Psychology API **World's First 7-Framework Unified Personality Vector Space** Transform personality data into actionable insights with our research-backed API that combines: - ✅ MBTI (16 types) - ✅ Enneagram (9 types + wings + tritype) - ✅ Big Five (OCEAN) - ✅ Schwartz Values (10 dimensions) - ✅ Plutchik Emotions (8 primary) - ✅ Cognitive Functions (8 functions) - ✅…
EQAPI - Personality Psychology endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
get_coaching_advice_api_coach_advise_post /api/coach/advise |
Generates personalized advice using RAG (Retrieval Augmented Generation) with Gemini. |
| POST |
create_checkout_session_api_checkout_post /api/checkout |
Create a Stripe Checkout Session for subscription upgrade. |
| DELETE |
delete_archetype_api_admin_archetypes__id__delete /api/admin/archetypes/{id} |
Delete an archetype. |
| GET |
list_leads_api_admin_leads_get /api/admin/leads |
List recent leads (Contact Form submissions). |
| GET |
root__get / |
Health check endpoint. |
| POST |
onboard_identity_api_onboard_post /api/onboard |
Create user profile with identity vector. Generates a 128-dimensional identity vector from psychological traits and finds the closest matching archetype. |
| GET |
export_profile_report_api_profile__profile_id__report_get /api/profile/{profile_id}/report |
Export a profile as an HTML report. Enterprise feature for HR reports and documentation. Returns a styled HTML page that can be printed to PDF. |
| POST |
debug_seed_archetypes_api_debug_seed_post /api/debug/seed |
Manually trigger archetype seeding (Developer Tool). |
| POST |
handle_http_post_graphql_post /graphql |
|
| GET |
handle_http_get_graphql_get /graphql |
|
| GET |
get_org_theme_api_theme_get /api/theme |
Get the white-label theme configuration for the organization. |
| GET |
list_subscriptions_api_admin_subscriptions_get /api/admin/subscriptions |
List all subscriptions. |
| POST |
create_archetype_api_admin_archetypes_post /api/admin/archetypes |
Create a new Archetype. |
| GET |
list_organizations_api_admin_organizations_get /api/admin/organizations |
List all organizations. |
| GET |
get_analytics_stats_api_stats_get /api/stats |
Get API usage statistics. Returns daily and total counts for profiles, analyses, and requests. |
| POST |
conduct_interview_api_interview_post /api/interview |
Conduct AI-guided diagnostic interview. 35-question assessment for MBTI and Enneagram determination. Answers must be A, B, C, or D. |
| POST |
create_organization_api_admin_organizations_post /api/admin/organizations |
Create a new SaaS Organization and generate an API Key. |
| POST |
analyze_state_api_analyze_post /api/analyze |
Simulate psychological state changes. Applies context modifiers (stress, sleep, etc.) to identity vector and finds the nearest archetype match. |
| POST |
capture_lead_api_leads_post /api/leads |
Capture a lead from the contact form. Stores in database and optionally triggers webhooks. |
| POST |
submit_feedback_api_feedback_submit_post /api/feedback/submit |
Submit feedback on AI predictions. Used to build a training dataset (correction pairs) for fine-tuning. |
| POST |
analyze_team_api_team_analyze_post /api/team/analyze |
Analyze team dynamics and compatibility. Enterprise feature for HR and team management. Calculates unity, entropy, and alignment scores for a group of profiles. |