Skip to main content
POST
/
candidates
/
_from-unsupervised-cv
/
_bulk
curl --request POST \
--url https://api.gospott.com/candidates/_from-unsupervised-cv/_bulk \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--form files=@example-file
3

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.

Body

multipart/form-data

Upload 1-20 CV files to create candidates

files
file[]
required

Array of CV files (PDF or DOCX)

Required array length: 1 - 20 elements

CV file (max 10MB)

Response

CVs processed successfully. Returns the number of candidates created.

Number of successfully created candidates (may be less than uploaded files if some fail)

Example:

3