v1

latestOpenAPI 3.1.1MIT2026-07-26661140.3 KB
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

namestring required

The name of the resume.

slugstring required

The slug of the resume.

tagsstring[] required

The tags of the resume.

Response

The ID of the duplicated resume.

string required

The ID of the duplicated resume.