Get Candidate CV
Recruiting
Get Candidate CV
Retrieve the CV/resume of a specific job candidate.
POST
Get Candidate CV
Overview
Returns the CV/resume submitted by a candidate for a specific job application. The file content is returned inline as base64-encoded bytes alongside the candidate metadata — decode and write to disk to obtain the original file.This endpoint consumes 1 credit per request.
Request
Your API key for authentication.
The unique identifier of the account to use.
Must be
"get_cv".Response
Indicates whether the request was successful.
Saving the CV to disk
Thecv.content field is base64-encoded. Decode it and write it to a file using the cv.filename:
Python
Node.js