← Back to all apps

CVpop

Businessby Giovanna Clemente
Launched Mar 3, 2026 on ChatGPT

CVpop lets you create and customize professional CVs directly from ChatGPT. Describe your background and career goals, and CVpop will generate a complete CV for you in seconds. Update the layout, colors, and fonts through simple conversation and instantly preview the result in the app. Start in chat, refine your design, and build a CV that’s ready for real job applications.

5ChatGPT Tools
Giovanna ClementeDeveloper
BusinessCategory

Available Tools

Create new CV

createCv
Full Description

Generates a professional CV (curriculum vitae) based on the user's name, job title, and preferred language. Returns the generated CV and an import code. The import code can be shared with the user to import the CV into the CVpop app (available on iOS, Android, macOS, and Web). Available follow-up actions: change color (editCvColor), change layout (editCvModel), change font (editCvFont), retrieve import code again (getCvImportCode). Content editing (work experience, education, skills, etc.) requires importing the CV into the CVpop app using the import code.

Parameters (4 required)
Required
userFirstNamestring
userJobTitlestring
userLanguagestring
Options:enitbgcsdadeelesetfifrhrhuisltlvmkmtnlnbplptroslsksvtrzhjaar
userLastNamestring

Edit CV Color

editCvColor
Full Description

Updates the theme color of an existing CV. Requires a CV to have been created first with createCv.

Parameters (2 required)
Required
cvIdstring

The CV identifier returned by createCv

hexColorstring

Edit CV Font

editCvFont
Full Description

Updates the base font of an existing CV. Requires a CV to have been created first with createCv.

Parameters (2 required)
Required
cvIdstring

The CV identifier returned by createCv

fontNamestring
Options:Alegreya SansBarlowBarlow Semi CondensedExoGrenzeK2DKanitLibre FranklinLivvicMontserratOverpassPoppinsPromptRalewayRobotoSarabunTavirajTomorrowTrirong

Edit CV Model

editCvModel
Full Description

Updates the layout template of an existing CV. Randomly selects a design from the chosen category: classic (traditional), creative (modern), simple (minimalist), dynamic (contemporary). Requires a CV to have been created first with createCv.

Parameters (2 required)
Required
cvIdstring

The CV identifier returned by createCv

layoutTypestring
Options:classiccreativesimpledynamic

Get CV Import Code

getCvImportCode
Full Description

Returns the import code for an existing CV. The import code can be used in the CVpop app (iOS, Android, macOS, Web) to import and edit the CV.

Parameters (1 required)
Required
cvIdstring

The CV identifier returned by createCv