Interview result, details with transcript
POST
/job-interview-details
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://cool.jobmojito.com/functions/v1/job-interview-details' \
--header 'Content-Type: application/json' \
--data-raw '{
"interview_result_id": "4316a76e-ab40-4dce-97fa-4db3f8caf3c4"
}'
Response Response Example
200 - Example 1
{
"end": "2024-11-06T05:30:19.961+00:00",
"score": 6.74,
"start": "2024-11-06T05:29:09.961+00:00",
"status": "started",
"duration": 287014,
"score_text": "The candidate struggled to provide coherent and relevant answers, often repeating the questions back.",
"transcript": [
{
"id": "8d9ccad1-9e67-4599-9fa5-3c016cfc2c3c",
"score": null,
"answer": null,
"duration": 28512,
"is_answer": false,
"ai_analysis": null,
"question_asked": "Welcome, we are eager to learn more about you.",
"question_original": "Welcome, we are eager to learn more about you.",
"question_original_id": "3160de7a-d1fd-4a10-9ef0-d0436d5ae8f5",
"ai_analysis_recruiter": null
},
{
"id": "8d9ccad1-9e67-4599-9fa5-3c016cfc2c3c",
"score": 2.1,
"answer": null,
"duration": 28512,
"is_answer": false,
"ai_analysis": null,
"question_asked": "Welcome, we are eager to learn more about you.",
"question_original": "Welcome, we are eager to learn more about you.",
"question_original_id": "3160de7a-d1fd-4a10-9ef0-d0436d5ae8f5",
"ai_analysis_recruiter": null
}
],
"ai_analysis": null,
"ai_analysis_recruiter": null,
"ai_analysis_recruiter_why_hire": [
"good",
"great"
],
"ai_analysis_recruiter_why_not_hire": null
}
Request
Body Params application/json