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

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 a single CV file to create a candidate

file
file
required

CV file in PDF or DOCX format (max 10MB)

Response

Candidate created successfully. Returns the unique candidate ID.

The response is of type string.