Integra la evaluación con IA en tu ATS

API REST y webhooks de TalentMind: sube entrevistas y obtén la puntuación de habilidades blandas y el ajuste al ADN del equipo de forma programática

Solicitud
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"
  }'
Respuesta
{
  "id": "int_8d24f0",
  "status": "processing",
  "scores": {
    "leadership": 0.88,
    "empathy": 0.75,
    "communication": 0.84,
    "logic": 0.76
  },
  "match": 0.88
}

Endpoints principales

POST/v1/interviews
GET/v1/interviews/{id}
GET/v1/candidates/{id}/score
POST/v1/webhooks

Claves y OAuth

Autenticación segura, rotación de claves y control de acceso basado en alcances

Webhooks

Eventos en tiempo real: entrevista procesada, informe listo

Límites de uso

Límites transparentes y SDK para Python, Node y Go