v1

latestOpenAPI 3.1.1MIT2026-07-26661140.3 KB
Resumes

Create a new resume

Creates a new resume with the given name, slug, and tags. Optionally initializes the resume with sample data by setting withSampleData to true. The slug must be unique across the user's resumes. Returns the ID of the newly created resume. Requires authentication.

post/resumes

Request body

namestring required

The name of the resume.

slugstring required

The slug of the resume.

tagsstring[] required

The tags of the resume.

withSampleDataboolean

Response

The ID of the newly created resume.

string required

The ID of the created resume.