API Documentation

Integrate our AI capabilities into your applications with our comprehensive APIs.

API Status Dashboard

Operational

GetScreened API

Uptime: 99.9%
Latency: < 100ms
api.getscreened.in
Operational

LeadSync API

Uptime: 99.8%
Latency: < 150ms
api.leadsynccrm.com
Operational

Core AI Platform

Uptime: 99.9%
Latency: < 200ms
api.kbailabs.com

Quick Start Guide

1. Get Your API Key

Sign up for a KBAILabs account and generate your API key from the dashboard.

curl -H "Authorization: Bearer YOUR_API_KEY"

2. Make Your First Request

Start with our interview analysis endpoint to test the integration.

POST /api/v1/analyze/interview

Interview Analysis API

Analyze candidate interviews with AI-powered insights including sentiment analysis, skill assessment, and predictive scoring.

Endpoint

POST https://api.getscreened.in/v1/analyze

Request Example

{
  "videoUrl": "https://example.com/interview.mp4",
  "position": "Frontend Developer",
  "options": {
    "realTime": false,
    "detailedAnalysis": true
  }
}

Response Example

{
  "overallScore": 8.5,
  "recommendation": "Strong candidate",
  "analysis": {
    "communication": 9.0,
    "technical": 8.0,
    "confidence": 8.5,
    "cultural_fit": 8.0
  },
  "insights": [
    "Excellent communication skills",
    "Strong technical knowledge",
    "Good problem-solving approach"
  ]
}

Lead Scoring API

Score and prioritize leads using AI-driven analysis of behavior patterns, engagement metrics, and conversion probability.

Endpoint

POST https://api.leadsynccrm.com/v1/score

Request Example

{
  "leadId": "lead_123",
  "email": "prospect@company.com",
  "company": "TechCorp Inc",
  "interactions": [
    {
      "type": "email_open",
      "timestamp": "2024-01-15T10:30:00Z"
    }
  ]
}

Response Example

{
  "score": 85,
  "grade": "A",
  "probability": 0.78,
  "factors": {
    "engagement": 90,
    "company_fit": 85,
    "timing": 80
  },
  "recommendations": [
    "High priority follow-up",
    "Schedule demo call",
    "Send technical whitepaper"
  ]
}

Ready to Get Started?

Get your API key and start integrating our AI capabilities into your applications today.