Resumes
Duplicate a resume
Creates a copy of an existing resume with the same data. Optionally override the name, slug, and tags for the duplicate. If not provided, the original resume's name, slug, and tags are used. Returns the ID of the duplicated resume. Requires authentication.
post/resumes/{id}/duplicate
Path parameters
idstring required
The ID of the resume.
Request body
Response
The ID of the duplicated resume.
string required
The ID of the duplicated resume.