Skip to main content
POST
Create Custom Section

Overview

Create a new custom section definition. After creation, add items via POST /v1/custom-sections/:id/items.
Scope required: custom-sections:write | Rate limit: 20 requests/min

Request

Body Parameters

string
required
Section title shown in the CV (e.g. “Volunteer Work”)
string[]
required
Which fields items can use. At least one required. Allowed values: "title", "subtitle", "organization", "location", "description", "startDate", "endDate", "url"
string
default:"star"
Lucide icon name shown next to the section

Query Parameters

string
Target a specific resume by its id (from list-resumes). Omit to use your base/default resume; the resume must be self-contained.

Response