🤖 Jobs Chance AI — Calling Agent

Mock mode: ❌ OFF (live)

AI Provider: OPENAI | Key configured: ✅ Yes

Endpoints

POST/api/v1/calling-agent/call

Initiate a new AI call

{
  "agentType": "CANDIDATE_SCREENING",
  "phoneNumber": "+923001234567",
  "language": "en",
  "context": {
    "candidateName": "Ahmad Malik",
    "jobTitle": "React Developer",
    "companyName": "TechCorp Pakistan"
  }
}
POST/api/v1/calling-agent/respond

Send a candidate reply and get AI response

{ "callId": "your-call-id-here", "message": "Yes I am available" }
POST/api/v1/calling-agent/end

End a call

{ "callId": "your-call-id-here" }
GET/api/v1/calling-agent/active

List all active calls

GET/api/v1/health

Health check + config status