api-key: ********************curl --location --request POST 'https://api.cooperhire.io/v2/company/candidate' \
--header 'api-key: <api-key>' \
--form 'candidate[candidate_profiles_attributes][first_name]="John"' \
--form 'candidate[candidate_profiles_attributes][last_name]="Doe"' \
--form 'candidate[email]="john@example.com"' \
--form 'candidate[candidate_profiles_attributes][phone_no]="9876543210"' \
--form 'candidate[candidate_profiles_attributes][linkedin_url]="https://linkedin.com/profile"' \
--form 'candidate[applications_attributes][documents][]=@""' \
--form 'candidate[job_id]=""' \
--form 'candidate[candidate_profiles_attributes][utm_source]="indeed"' \
--form 'candidate[candidate_profiles_attributes][resume]=@""' \
--form 'candidate[job_unique_id]=""'{
"candidate": {
"id": "9a93c89a-f57d-4558-83e5-bf99a793e451",
"application_id": "337c4c17-5148-449a-927b-7bb8753ccdc9",
"first_name": "John",
"last_name": "Doe",
"email": "john@example.com",
"stage": "new",
"resume": {
"url": "https://storage.googleapis.com/ats-development/uploads/candidate_profile/resume/ab4cbd39-01d8-4b71-baa8-495719e9f45d/7b168770-b0d5-4022-9145-ed5178e31630_Closing_Soon.pdf"
},
"documents": [
{
"url": "https://storage.googleapis.com/ats-development/uploads/application/documents/337c4c17-5148-449a-927b-7bb8753ccdc9/7c57162f-4132-4d58-b460-9c2832bea524_download.png"
}
],
"linkedin_url": "https://linkedin.com/profile",
"phone_no": "9876543210",
"utm_source": "indeed",
"job_id": 2123,
"created_at": "2025-08-27T08:37:13.931Z",
"average_rating": 0,
"recruiter": {
"id": 5,
"first_name": "Test",
"last_name": "Recruiter",
"logo": {
"url": null
}
},
"job": {
"id": 2123,
"title": "ROR Job",
"country": "Deutschland",
"city": "Berlin",
"deleted": false
}
}
}