To get the candidate image in the HTML output using RChilli’s Resume Parser, you need to enable a specific API setting within your request payload.
✅ Enable reqcandidateimage
in Dynamic API Settings
The reqcandidateimage
setting controls whether the candidate's photo (if present in the resume) is extracted and included in the output. By default, it is set to true
, but you can ensure it is explicitly passed using the apisetting
node in your JSON request.
📌 Sample API Request (with reqcandidateimage
)
📌 Sample API Response Snippet
If the resume contains an embedded image, you'll get:
You can then convert the CandidateImageData
(Base64) into a displayable image in HTML like this:
⚙️ Additional Tips for HTML Output
-
Make sure
"htmlresume": true
is also set inapisetting
to get the resume content in HTML format. -
If you're using the Resume Templater API to generate formatted resumes, the image will automatically be embedded if the above settings are used.
📚 Reference
For a detailed explanation of all API settings, including reqcandidateimage
and htmlresume
, refer to this documentation:
Dynamic API Setting for Resume Parser.
If you're still not seeing the image or need implementation help, reach out to support@rchilli.com.
Comments
0 comments
Please sign in to leave a comment.