Skip to main content
GET
Get public resume by username and slug

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Path Parameters

username
string
required
slug
string
required

Response

200 - application/json

The public resume with its full data.

id
string
required

The ID of the resume.

slug
string
required

The slug of the resume.

Minimum string length: 1
tags
string[]
required

The tags of the resume.

isPublic
boolean
required

Whether the resume is public.

isLocked
boolean
required

Whether the resume is locked.

data
object
required
name
string
required
showDownloadButtons
boolean
required

Whether download buttons are shown on the public resume page.