Interview result, generate html/PDF report
POST
/job-interview-pdf
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://cool.jobmojito.com/functions/v1/job-interview-pdf' \
--header 'Content-Type: application/json' \
--data-raw '{
"interview_result_id": "93c98d21-e04d-4a84-9afa-ed154cf73636",
"export_type": "html",
"export_features_result": {
"mojito_language_code": "en",
"contact_details": true,
"ai_recruiter_assessment": true,
"analytics": true,
"files": true
}
}'
Response Response Example
200 - Example 1
{
"html_export": "<full html report>"
}
Request
Body Params application/json