Download OpenAPI specification:
Unlock human-level understanding with the world’s first Large Psychology Model (LPM) — built to decode personality, motivation, and emotion from raw text and audio. Unlike sentiment analysis or generic LLM tagging, this API delivers psychologically validated insights grounded in over a decade of proprietary scientific research.
The main usage of this API is to categorize text and audio content into deep, explainable personality insights. The following main endpoints are available:
For more detailed information on how to use these and the additional endpoints, please refer to the section below.
The response from these endpoints will be in JSON format and contain a comprehensive set of personality metrics, as well as texts describing the personality of the individual.
For your requests, you will need to provide your API key as a query parameter.
Example POST Request using cURL
curl -X POST "https://api.millionways.org/categorize-text?apiKey=your-api-key" -H "Content-Type: application/json" -d '{
"text": "This is the text to be analyzed for personality metrics",
"language": "en"
}'
Backed by PSI theory, our model detects patterns most AI systems can’t see. You’ll receive metrics across four core psychological domains:
Each response includes an optional narrative personality summary based on these metrics, suitable for use in user profiles, dashboards, or assessments.
millionways’ LPM is not a one-size-fits-all tool—it can be adapted for specific verticals including hiring, sales, mental health, customer analytics, and fraud detection. For tailored API solutions, enterprise licensing, or integration support, contact us at millionways.me.
To understand the scientific foundation of our system, we encourage you to read more about PSI-Theory, the basis for our LPM.
Get call by id
callId required | string |
apiKey required | string |
{- "call": {
- "_id": "5f9b1b9b9b9b9b9b9b9b9b9b",
- "customerId": "64551a0c80f83131bcb08f83",
- "userId": "64551a0c80f83131bcb08f83",
- "language": "en",
- "type": "text",
- "text": "I am feeling good today and I want to go outside and meet some people.",
- "result": {
- "motives": {
- "power": 0,
- "achievement": 0,
- "contact": 100
}, - "emotions": {
- "approach": 50,
- "avoidance": 50
}, - "preferences": {
- "external": 100,
- "internal": 0,
- "detail": 50,
- "realization": 50,
- "analytical": 50,
- "holistic": 50,
- "path": 0,
- "goal": 100
}
}, - "levels": {
- "level1": 20,
- "level2": 20,
- "level3": 20,
- "level4": 20,
- "level5": 20
}, - "responses": {
- "motives": {
- "power": "You have an inner peace and serenity that allows you to step back and let others take responsibility and lead.",
- "achievement": "You are a person who is always looking for new challenges and opportunities to grow and develop.",
- "contact": "You take great joy in being able to connect with others on a very personal level, sharing experiences and forming meaningful relationships."
}, - "emotions": "As a highly sensitive person, you possess an incredible ability to recognize inconsistencies and dangers before anyone else.",
- "preferences": {
- "energy": "You tap into an inner well of motivation, enabling you to have immense self-reflection and intrinsic motivation.",
- "focus": "You possess an impressive capacity for maintaining balance. You have the unique skill of being able to both comprehend a situation in its entirety while still dissecting it into its components.",
- "action": "You possess an intuitive power that is unmatched, allowing decisions to be made with speed and precision.",
- "attitude": "You have an incredibly strong drive for success and demand the highest level of self-discipline and goal achievement from yourself and those around you."
}
}, - "createdAt": "2020-10-28T12:00:00.000Z",
- "updatedAt": "2020-10-28T12:00:00.000Z"
}
}
Get user by id
userId required | string |
apiKey required | string |
{- "user": {
- "_id": "5f9b1b9b9b9b9b9b9b9b9b9b",
- "apiCalls": [
- "64551a0c80f83131bcb08f83"
], - "customerId": "64551a0c80f83131bcb08f83",
- "createdAt": "2020-10-28T12:00:00.000Z",
- "updatedAt": "2020-10-28T12:00:00.000Z"
}
}
Get user analysis by id
userId required | string |
apiKey required | string |
{- "user": {
- "userId": "5f9b1b9b9b9b9b9b9b9b9b9b",
- "textCalls": [
- {
- "text": "I am feeling good today and I want to go outside and meet some people.",
- "result": {
- "motives": {
- "power": 0,
- "achievement": 0,
- "contact": 100
}, - "emotions": {
- "approach": 50,
- "avoidance": 50
}, - "preferences": {
- "external": 100,
- "internal": 0,
- "detail": 50,
- "realization": 50,
- "analytical": 50,
- "holistic": 50,
- "path": 0,
- "goal": 100
}
}
}
], - "createdAt": "2020-10-28T12:00:00.000Z",
- "updatedAt": "2020-10-28T12:00:00.000Z"
}
}
Get user chats by id
userId required | string |
apiKey required | string |
{- "user": {
- "userId": "5f9b1b9b9b9b9b9b9b9b9b9b",
- "chatCalls": [
- {
- "messages": [
- {
- "role": "user",
- "content": "Hello"
}, - {
- "role": "assistant",
- "content": "Hi, how are you?"
}
], - "result": {
- "motives": {
- "power": 0,
- "achievement": 0,
- "contact": 100
}, - "emotions": {
- "approach": 50,
- "avoidance": 50
}, - "preferences": {
- "external": 100,
- "internal": 0,
- "detail": 50,
- "realization": 50,
- "analytical": 50,
- "holistic": 50,
- "path": 0,
- "goal": 100
}
}
}
], - "createdAt": "2020-10-28T12:00:00.000Z",
- "updatedAt": "2020-10-28T12:00:00.000Z"
}
}
Generate millionways emotionally-intelligent AI Classification based on Text Input.
apiKey required | string |
text | string text input to be classified |
language | string language parameter, defaults to en |
{- "text": "I am feeling good today and I want to go outside and meet some people.",
- "language": "en"
}
{- "createdAt": "2020-10-28T12:00:00.000Z",
- "text": "I am feeling good today and I want to go outside and meet some people.",
- "result": {
- "motives": {
- "power": 0,
- "achievement": 0,
- "contact": 100
}, - "emotions": {
- "approach": 50,
- "avoidance": 50
}, - "preferences": {
- "external": 100,
- "internal": 0,
- "detail": 50,
- "realization": 50,
- "analytical": 50,
- "holistic": 50,
- "path": 0,
- "goal": 100
}
}, - "levels": {
- "level1": 20,
- "level2": 20,
- "level3": 20,
- "level4": 20,
- "level5": 20
}, - "responses": {
- "motives": {
- "power": "You have an inner peace and serenity that allows you to step back and let others take responsibility and lead.",
- "achievement": "You are a person who is always looking for new challenges and opportunities to grow and develop.",
- "contact": "You take great joy in being able to connect with others on a very personal level, sharing experiences and forming meaningful relationships."
}, - "emotions": "As a highly sensitive person, you possess an incredible ability to recognize inconsistencies and dangers before anyone else.",
- "preferences": {
- "energy": "You tap into an inner well of motivation, enabling you to have immense self-reflection and intrinsic motivation.",
- "focus": "You possess an impressive capacity for maintaining balance. You have the unique skill of being able to both comprehend a situation in its entirety while still dissecting it into its components.",
- "action": "You possess an intuitive power that is unmatched, allowing decisions to be made with speed and precision.",
- "attitude": "You have an incredibly strong drive for success and demand the highest level of self-discipline and goal achievement from yourself and those around you."
}, - "levels": "You have an incredibly strong drive for success and demand the highest level of self-discipline and goal achievement from yourself and those around you."
}, - "candidateTexts": {
- "motives": {
- "power": "You have an inner peace and serenity that allows you to step back and let others take responsibility and lead.",
- "achievement": "You are a person who is always looking for new challenges and opportunities to grow and develop.",
- "contact": "You take great joy in being able to connect with others on a very personal level, sharing experiences and forming meaningful relationships."
}, - "emotions": "As a highly sensitive person, you possess an incredible ability to recognize inconsistencies and dangers before anyone else.",
- "preferences": {
- "energy": "You tap into an inner well of motivation, enabling you to have immense self-reflection and intrinsic motivation.",
- "focus": "You possess an impressive capacity for maintaining balance. You have the unique skill of being able to both comprehend a situation in its entirety while still dissecting it into its components.",
- "action": "You possess an intuitive power that is unmatched, allowing decisions to be made with speed and precision.",
- "attitude": "You have an incredibly strong drive for success and demand the highest level of self-discipline and goal achievement from yourself and those around you."
}, - "levels": "You have an incredibly strong drive for success and demand the highest level of self-discipline and goal achievement from yourself and those around you."
}
}
Generate millionways emotionally-intelligent AI Team Classification based on Text Input.
apiKey required | string |
text | string text input to be classified |
language | string language parameter, defaults to en |
{- "text": "I am feeling good today and I want to go outside and meet some people.",
- "language": "en"
}
{- "createdAt": "2020-10-28T12:00:00.000Z",
- "text": "I am feeling good today and I want to go outside and meet some people.",
- "result": {
- "motives": {
- "power": 0,
- "achievement": 0,
- "contact": 100
}, - "emotions": {
- "approach": 50,
- "avoidance": 50
}, - "preferences": {
- "external": 100,
- "internal": 0,
- "detail": 50,
- "realization": 50,
- "analytical": 50,
- "holistic": 50,
- "path": 0,
- "goal": 100
}
}, - "levels": {
- "level1": 20,
- "level2": 20,
- "level3": 20,
- "level4": 20,
- "level5": 20
}, - "teamTexts": {
- "motives": {
- "power": "You have an inner peace and serenity that allows you to step back and let others take responsibility and lead.",
- "achievement": "You are a person who is always looking for new challenges and opportunities to grow and develop.",
- "contact": "You take great joy in being able to connect with others on a very personal level, sharing experiences and forming meaningful relationships."
}, - "emotions": "As a highly sensitive person, you possess an incredible ability to recognize inconsistencies and dangers before anyone else.",
- "preferences": {
- "energy": "You tap into an inner well of motivation, enabling you to have immense self-reflection and intrinsic motivation.",
- "focus": "You possess an impressive capacity for maintaining balance. You have the unique skill of being able to both comprehend a situation in its entirety while still dissecting it into its components.",
- "action": "You possess an intuitive power that is unmatched, allowing decisions to be made with speed and precision.",
- "attitude": "You have an incredibly strong drive for success and demand the highest level of self-discipline and goal achievement from yourself and those around you."
}
}
}
Generate millionways emotionally-smart AI Classification based on Text Input by User with userId
userId required | string User ID |
apiKey required | string |
text | string text input to be classified |
language | string language parameter, defaults to en |
{- "text": "I am feeling good today and I want to go outside and meet some people.",
- "language": "en"
}
{- "createdAt": "2020-10-28T12:00:00.000Z",
- "userId": "5f9f5b9b0b9b9c0017b5b0a5",
- "result": {
- "motives": {
- "power": 0,
- "achievement": 0,
- "contact": 100
}, - "emotions": {
- "approach": 50,
- "avoidance": 50
}, - "preferences": {
- "external": 100,
- "internal": 0,
- "detail": 50,
- "realization": 50,
- "analytical": 50,
- "holistic": 50,
- "path": 0,
- "goal": 100
}
}, - "levels": {
- "level1": 20,
- "level2": 20,
- "level3": 20,
- "level4": 20,
- "level5": 20
}, - "responses": {
- "motives": {
- "power": "You have an inner peace and serenity that allows you to step back and let others take responsibility and lead.",
- "achievement": "You are a person who is always looking for new challenges and opportunities to grow and develop.",
- "contact": "You take great joy in being able to connect with others on a very personal level, sharing experiences and forming meaningful relationships."
}, - "emotions": "As a highly sensitive person, you possess an incredible ability to recognize inconsistencies and dangers before anyone else.",
- "preferences": {
- "energy": "You tap into an inner well of motivation, enabling you to have immense self-reflection and intrinsic motivation.",
- "focus": "You possess an impressive capacity for maintaining balance. You have the unique skill of being able to both comprehend a situation in its entirety while still dissecting it into its components.",
- "action": "You possess an intuitive power that is unmatched, allowing decisions to be made with speed and precision.",
- "attitude": "You have an incredibly strong drive for success and demand the highest level of self-discipline and goal achievement from yourself and those around you."
}, - "levels": "You have an incredibly strong drive for success and demand the highest level of self-discipline and goal achievement from yourself and those around you."
}, - "candidateTexts": {
- "motives": {
- "power": "You have an inner peace and serenity that allows you to step back and let others take responsibility and lead.",
- "achievement": "You are a person who is always looking for new challenges and opportunities to grow and develop.",
- "contact": "You take great joy in being able to connect with others on a very personal level, sharing experiences and forming meaningful relationships."
}, - "emotions": "As a highly sensitive person, you possess an incredible ability to recognize inconsistencies and dangers before anyone else.",
- "preferences": {
- "energy": "You tap into an inner well of motivation, enabling you to have immense self-reflection and intrinsic motivation.",
- "focus": "You possess an impressive capacity for maintaining balance. You have the unique skill of being able to both comprehend a situation in its entirety while still dissecting it into its components.",
- "action": "You possess an intuitive power that is unmatched, allowing decisions to be made with speed and precision.",
- "attitude": "You have an incredibly strong drive for success and demand the highest level of self-discipline and goal achievement from yourself and those around you."
}, - "levels": "You have an incredibly strong drive for success and demand the highest level of self-discipline and goal achievement from yourself and those around you."
}, - "deviations": {
- "resultDeviations": {
- "motives": {
- "power": 0,
- "achievement": 0,
- "contact": 100
}, - "emotions": {
- "approach": 50,
- "avoidance": 50
}, - "preferences": {
- "external": 100,
- "internal": 0,
- "detail": 50,
- "realization": 50,
- "analytical": 50,
- "holistic": 50,
- "path": 0,
- "goal": 100
}
}, - "levelsDeviations": {
- "level1": 20,
- "level2": 20,
- "level3": 20,
- "level4": 20,
- "level5": 20
}
}
}
Generate millionways emotionally-smart AI Classification based on Audio Input
apiKey required | string |
file | string <binary> |
{- "createdAt": "2020-10-28T12:00:00.000Z",
- "text": "I am feeling good today and I want to go outside and meet some people.",
- "result": {
- "motives": {
- "power": 0,
- "achievement": 0,
- "contact": 100
}, - "emotions": {
- "approach": 50,
- "avoidance": 50
}, - "preferences": {
- "external": 100,
- "internal": 0,
- "detail": 50,
- "realization": 50,
- "analytical": 50,
- "holistic": 50,
- "path": 0,
- "goal": 100
}
}, - "levels": {
- "level1": 20,
- "level2": 20,
- "level3": 20,
- "level4": 20,
- "level5": 20
}, - "responses": {
- "motives": {
- "power": "You have an inner peace and serenity that allows you to step back and let others take responsibility and lead.",
- "achievement": "You are a person who is always looking for new challenges and opportunities to grow and develop.",
- "contact": "You take great joy in being able to connect with others on a very personal level, sharing experiences and forming meaningful relationships."
}, - "emotions": "As a highly sensitive person, you possess an incredible ability to recognize inconsistencies and dangers before anyone else.",
- "preferences": {
- "energy": "You tap into an inner well of motivation, enabling you to have immense self-reflection and intrinsic motivation.",
- "focus": "You possess an impressive capacity for maintaining balance. You have the unique skill of being able to both comprehend a situation in its entirety while still dissecting it into its components.",
- "action": "You possess an intuitive power that is unmatched, allowing decisions to be made with speed and precision.",
- "attitude": "You have an incredibly strong drive for success and demand the highest level of self-discipline and goal achievement from yourself and those around you."
}, - "levels": "You have an incredibly strong drive for success and demand the highest level of self-discipline and goal achievement from yourself and those around you."
}, - "candidateTexts": {
- "motives": {
- "power": "You have an inner peace and serenity that allows you to step back and let others take responsibility and lead.",
- "achievement": "You are a person who is always looking for new challenges and opportunities to grow and develop.",
- "contact": "You take great joy in being able to connect with others on a very personal level, sharing experiences and forming meaningful relationships."
}, - "emotions": "As a highly sensitive person, you possess an incredible ability to recognize inconsistencies and dangers before anyone else.",
- "preferences": {
- "energy": "You tap into an inner well of motivation, enabling you to have immense self-reflection and intrinsic motivation.",
- "focus": "You possess an impressive capacity for maintaining balance. You have the unique skill of being able to both comprehend a situation in its entirety while still dissecting it into its components.",
- "action": "You possess an intuitive power that is unmatched, allowing decisions to be made with speed and precision.",
- "attitude": "You have an incredibly strong drive for success and demand the highest level of self-discipline and goal achievement from yourself and those around you."
}, - "levels": "You have an incredibly strong drive for success and demand the highest level of self-discipline and goal achievement from yourself and those around you."
}
}
Generate millionways emotionally-smart AI Classification based on Audio Input
userId required | string User ID |
apiKey required | string |
file | string <binary> |
{- "createdAt": "2020-10-28T12:00:00.000Z",
- "userId": "5f9f5b9b0b9b9c0017b5b0a5",
- "text": "I am feeling good today and I want to go outside and meet some people.",
- "result": {
- "motives": {
- "power": 0,
- "achievement": 0,
- "contact": 100
}, - "emotions": {
- "approach": 50,
- "avoidance": 50
}, - "preferences": {
- "external": 100,
- "internal": 0,
- "detail": 50,
- "realization": 50,
- "analytical": 50,
- "holistic": 50,
- "path": 0,
- "goal": 100
}
}, - "levels": {
- "level1": 20,
- "level2": 20,
- "level3": 20,
- "level4": 20,
- "level5": 20
}, - "responses": {
- "motives": {
- "power": "You have an inner peace and serenity that allows you to step back and let others take responsibility and lead.",
- "achievement": "You are a person who is always looking for new challenges and opportunities to grow and develop.",
- "contact": "You take great joy in being able to connect with others on a very personal level, sharing experiences and forming meaningful relationships."
}, - "emotions": "As a highly sensitive person, you possess an incredible ability to recognize inconsistencies and dangers before anyone else.",
- "preferences": {
- "energy": "You tap into an inner well of motivation, enabling you to have immense self-reflection and intrinsic motivation.",
- "focus": "You possess an impressive capacity for maintaining balance. You have the unique skill of being able to both comprehend a situation in its entirety while still dissecting it into its components.",
- "action": "You possess an intuitive power that is unmatched, allowing decisions to be made with speed and precision.",
- "attitude": "You have an incredibly strong drive for success and demand the highest level of self-discipline and goal achievement from yourself and those around you."
}, - "levels": "You have an incredibly strong drive for success and demand the highest level of self-discipline and goal achievement from yourself and those around you."
}, - "candidateTexts": {
- "motives": {
- "power": "You have an inner peace and serenity that allows you to step back and let others take responsibility and lead.",
- "achievement": "You are a person who is always looking for new challenges and opportunities to grow and develop.",
- "contact": "You take great joy in being able to connect with others on a very personal level, sharing experiences and forming meaningful relationships."
}, - "emotions": "As a highly sensitive person, you possess an incredible ability to recognize inconsistencies and dangers before anyone else.",
- "preferences": {
- "energy": "You tap into an inner well of motivation, enabling you to have immense self-reflection and intrinsic motivation.",
- "focus": "You possess an impressive capacity for maintaining balance. You have the unique skill of being able to both comprehend a situation in its entirety while still dissecting it into its components.",
- "action": "You possess an intuitive power that is unmatched, allowing decisions to be made with speed and precision.",
- "attitude": "You have an incredibly strong drive for success and demand the highest level of self-discipline and goal achievement from yourself and those around you."
}, - "levels": "You have an incredibly strong drive for success and demand the highest level of self-discipline and goal achievement from yourself and those around you."
}, - "deviations": {
- "resultDeviations": {
- "motives": {
- "power": 0,
- "achievement": 0,
- "contact": 100
}, - "emotions": {
- "approach": 50,
- "avoidance": 50
}, - "preferences": {
- "external": 100,
- "internal": 0,
- "detail": 50,
- "realization": 50,
- "analytical": 50,
- "holistic": 50,
- "path": 0,
- "goal": 100
}
}, - "levelsDeviations": {
- "level1": 20,
- "level2": 20,
- "level3": 20,
- "level4": 20,
- "level5": 20
}
}
}
Generate emotionally intelligent chatbot response based on user input
apiKey required | string |
messages | Array of any history of messages between user with the role 'user' and chatbot with the role 'assistant' |
language | string language parameter, defaults to en |
{- "messages": [
- {
- "role": "user",
- "content": "Hello"
}, - {
- "role": "assistant",
- "content": "Hi, how are you?"
}
], - "language": "en"
}
{- "response": "How are you feeling today?",
- "result": {
- "motives": {
- "power": 0,
- "achievement": 0,
- "contact": 100
}, - "emotions": {
- "approach": 50,
- "avoidance": 50
}, - "preferences": {
- "external": 100,
- "internal": 0,
- "detail": 50,
- "realization": 50,
- "analytical": 50,
- "holistic": 50,
- "path": 0,
- "goal": 100
}
}, - "levels": {
- "level1": 20,
- "level2": 20,
- "level3": 20,
- "level4": 20,
- "level5": 20
}
}
Generate emotionally intelligent chatbot response based on user input
userId required | string User ID |
apiKey required | string |
messages | Array of any history of messages between user with the role 'user' and chatbot with the role 'assistant' |
language | string language parameter, defaults to en |
{- "messages": [
- {
- "role": "user",
- "content": "Hello"
}, - {
- "role": "assistant",
- "content": "Hi, how are you?"
}
], - "language": "en"
}
{- "createdAt": "2020-10-28T12:00:00.000Z",
- "response": "How are you feeling today?",
- "result": {
- "motives": {
- "power": 0,
- "achievement": 0,
- "contact": 100
}, - "emotions": {
- "approach": 50,
- "avoidance": 50
}, - "preferences": {
- "external": 100,
- "internal": 0,
- "detail": 50,
- "realization": 50,
- "analytical": 50,
- "holistic": 50,
- "path": 0,
- "goal": 100
}
}, - "levels": {
- "level1": 20,
- "level2": 20,
- "level3": 20,
- "level4": 20,
- "level5": 20
}
}
Generate emotionally intelligent chatbot response based on user input with given Result
apiKey required | string |
messages | Array of any history of messages between user with the role 'user' and chatbot with the role 'assistant' |
language | string language parameter, defaults to en |
object | |
object |
{- "messages": [
- {
- "role": "user",
- "content": "Hello"
}, - {
- "role": "assistant",
- "content": "Hi, how are you?"
}
], - "language": "en",
- "result": {
- "motives": {
- "power": 0,
- "achievement": 0,
- "contact": 100
}, - "emotions": {
- "approach": 50,
- "avoidance": 50
}, - "preferences": {
- "external": 100,
- "internal": 0,
- "detail": 50,
- "realization": 50,
- "analytical": 50,
- "holistic": 50,
- "path": 0,
- "example": null,
- "goal": 100
}
}, - "levels": {
- "level1": 20,
- "level2": 20,
- "level3": 20,
- "level4": 20,
- "level5": 20
}
}
{- "createdAt": "2020-10-28T12:00:00.000Z",
- "response": "How are you feeling today?",
- "result": {
- "motives": {
- "power": 0,
- "achievement": 0,
- "contact": 100
}, - "emotions": {
- "approach": 50,
- "avoidance": 50
}, - "preferences": {
- "external": 100,
- "internal": 0,
- "detail": 50,
- "realization": 50,
- "analytical": 50,
- "holistic": 50,
- "path": 0,
- "goal": 100
}
}, - "levels": {
- "level1": 20,
- "level2": 20,
- "level3": 20,
- "level4": 20,
- "level5": 20
}
}
Generate emotionally intelligent mental health support chatbot response based on user input with given Result
apiKey required | string |
messages | Array of any history of messages between user with the role 'user' and chatbot with the role 'assistant' |
language | string language parameter, defaults to en |
object | |
object |
{- "messages": [
- {
- "role": "user",
- "content": "Hello"
}, - {
- "role": "assistant",
- "content": "Hi, how are you?"
}
], - "language": "en",
- "result": {
- "motives": {
- "power": 0,
- "achievement": 0,
- "contact": 100
}, - "emotions": {
- "approach": 50,
- "avoidance": 50
}, - "preferences": {
- "external": 100,
- "internal": 0,
- "detail": 50,
- "realization": 50,
- "analytical": 50,
- "holistic": 50,
- "path": 0,
- "example": null,
- "goal": 100
}
}, - "levels": {
- "level1": 20,
- "level2": 20,
- "level3": 20,
- "level4": 20,
- "level5": 20
}
}
{- "createdAt": "2020-10-28T12:00:00.000Z",
- "response": "How are you feeling today?",
- "result": {
- "motives": {
- "power": 0,
- "achievement": 0,
- "contact": 100
}, - "emotions": {
- "approach": 50,
- "avoidance": 50
}, - "preferences": {
- "external": 100,
- "internal": 0,
- "detail": 50,
- "realization": 50,
- "analytical": 50,
- "holistic": 50,
- "path": 0,
- "goal": 100
}
}, - "levels": {
- "level1": 20,
- "level2": 20,
- "level3": 20,
- "level4": 20,
- "level5": 20
}
}
Generate emotionally intelligent chatbot streamed response based on user input with given Result
apiKey required | string |
messages | Array of any history of messages between user with the role 'user' and chatbot with the role 'assistant' |
language | string language parameter, defaults to en |
object | |
object |
{- "messages": [
- {
- "role": "user",
- "content": "Hello"
}, - {
- "role": "assistant",
- "content": "Hi, how are you?"
}
], - "language": "en",
- "result": {
- "motives": {
- "power": 0,
- "achievement": 0,
- "contact": 100
}, - "emotions": {
- "approach": 50,
- "avoidance": 50
}, - "preferences": {
- "external": 100,
- "internal": 0,
- "detail": 50,
- "realization": 50,
- "analytical": 50,
- "holistic": 50,
- "path": 0,
- "example": null,
- "goal": 100
}
}, - "levels": {
- "level1": 20,
- "level2": 20,
- "level3": 20,
- "level4": 20,
- "level5": 20
}
}
{- "event": "string"
}
Generate millionways emotionally-intelligent AI sales insights based on Text Input.
apiKey required | string |
text | string text input to be classified |
language | string language parameter, defaults to en |
{- "text": "I am feeling good today and I want to go outside and meet some people.",
- "language": "en"
}
{- "conversion": 85,
- "assist": "Recommended Assist: Offer a personalized product plan that is easy to follow and fits seamlessly into their busy lifestyle, emphasizing small, achievable goals to build confidence and consistency. Highlight the importance of a structured routine that aligns with their intrinsic motivation and preference for autonomy.",
- "response": "Recommended Response: I understand how challenging it can be to find a routine that truly fits into your life. Let's work together to create a personalized plan that aligns with your specific goals and schedule, ensuring it's both effective and manageable. This way, you can feel confident and motivated without feeling overwhelmed.",
- "interests": "Interests: personal development, fitness, structured routines, autonomy, creative solutions, holistic perception.",
- "stay_away_from": "Stay away from: generic solutions, high-pressure tactics, overly complex routines, superficial interactions, leadership roles, uncertainty, improvisation."
}
Generate millionways emotionally-intelligent AI summary based on Text Input.
apiKey required | string |
text | string text input to be classified |
language | string language parameter, defaults to en |
{- "text": "I am feeling good today and I want to go outside and meet some people.",
- "language": "en"
}
{- "text": "I am feeling good today and I want to go outside and meet some people.",
- "result": {
- "motives": {
- "power": 0,
- "achievement": 0,
- "contact": 100
}, - "emotions": {
- "approach": 50,
- "avoidance": 50
}, - "preferences": {
- "external": 100,
- "internal": 0,
- "detail": 50,
- "realization": 50,
- "analytical": 50,
- "holistic": 50,
- "path": 0,
- "goal": 100
}
}, - "levels": {
- "level1": 20,
- "level2": 20,
- "level3": 20,
- "level4": 20,
- "level5": 20
}, - "response": "Example summary text"
}