A Mindful Insight Into Your Future
The Bhavishyayaan APIs are structured around REST principles, making them easy to integrate and use with standard HTTP methods. These APIs are backed by a robust software layer that connects and optimizes global communication networks.
With Bhavishyayaan, developers can build powerful applications that analyze user psychology and mental state by leveraging our intelligent data interpretation systems. Whether you're developing tools for mental health, behavioral analysis, or personalized user experiences, our APIs provide the insights and infrastructure needed to support your innovation.
This interactive flowchart below outlines the primary sequence of API calls for taking a test. Click on any node to view detailed information about that step in the process.
To authenticate requests to the Bhavishyayaan APIs, we support 'KEY'-based authentication. You will receive your unique API key from our team.
Note: All API requests must include a valid API key in the request header. Do not share your key publicly!
Header Format: X-API-KEY: <YOUR_API_KEY>
example:
let config = {
method: 'get',
maxBodyLength: Infinity,
url: 'url_domain',
headers: {
'X-API-KEY': 'ā¢ā¢ā¢ā¢ā¢ā¢'
}
};
axios.request(config)
.then((response) => {
// your logic here
})
.catch((error) => {
console.log(error);
});
category_id
example:
let config = {
method: 'get',
maxBodyLength: Infinity,
url: 'url_domain',
headers: {
'X-API-KEY': 'ā¢ā¢ā¢ā¢ā¢ā¢'
}
};
axios.request(config)
.then((response) => {
// your logic here
})
.catch((error) => {
console.log(error);
});
category_id
test_id
example:
let config = {
method: 'get',
maxBodyLength: Infinity,
url: 'url_domain',
headers: {
'X-API-KEY': 'ā¢ā¢ā¢ā¢ā¢ā¢'
}
};
axios.request(config)
.then((response) => {
// your logic here
})
.catch((error) => {
console.log(error);
});
test_id
uid
(Optional)
user_name
(Optional)
resultType
(Optional)
user_email
(Optional)
user_class
(Optional)
category
response
example:
hi