Embed AI assessment into your ATS
TalentMind REST API and webhooks: upload interviews and get soft skills scoring and team DNA fit programmatically
Request
curl -X POST https://api.talentmind.app/v1/interviews \
-H "Authorization: Bearer $TALENTMIND_KEY" \
-H "Content-Type: application/json" \
-d '{
"candidate": "David Parker",
"vacancy_id": "ui-engineer",
"media_url": "https://cdn.acme.io/int-204.mp4"
}' Response
{
"id": "int_8d24f0",
"status": "processing",
"scores": {
"leadership": 0.88,
"empathy": 0.75,
"communication": 0.84,
"logic": 0.76
},
"match": 0.88
}Core endpoints
POST
/v1/interviewsGET
/v1/interviews/{id}GET
/v1/candidates/{id}/scorePOST
/v1/webhooksKeys and OAuth
Secure authentication, key rotation, and scope-based access control
Webhooks
Real-time events: interview processed, report ready
Rate limits
Transparent limits and SDKs for Python, Node, and Go