Skip to main content
POST
Create Resume Share

Overview

Generate a public share link for a resume. The endpoint snapshots the resume’s current cvData, design settings, section order and optional fields into a EmpResumeShare row so the shared page renders the state at share-creation time, independent of later edits to the underlying resume. If a share already exists for this resume, the existing link is returned (upsert behaviour). Common use cases:
  • Send your CV without a PDF - share a live web URL instead of attaching a file.
  • Privacy-respecting share - blur company names, institutions, LinkedIn, etc. via blurOptions.
  • AI agent application flow - autofill the recruiter’s contact form with a Mokaru share link.
Scope required: resume:share | Rate limit: 10 requests/min

Request

Path Parameters

string
required
Resume id to share.

Body Parameters

object
Privacy toggles. Each truthy key blurs the corresponding field on the public view.

Example

Response

boolean
Whether the share was created (or returned).
string
Share row ID (used in the URL).
string
Public URL, e.g. https://app.mokaru.ai/share/abc123.
string
ISO 8601 timestamp of when this share was originally created.
boolean
true if an existing share for this resume was returned instead of creating a new one.