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
"550e8400-e29b-41d4-a716-446655440000"

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.

Unique identifier of the created (or existing duplicate) candidate

Example:

"550e8400-e29b-41d4-a716-446655440000"