Enterprise API — waitlist open

The talent API for AI labs

Score candidates, post funded jobs, and dispatch annotation work — all against a bench of Academy-certified, AI-vetted contractors. One REST surface, webhooks included.

Candidate Scoring

Pull SmartMatch scores for any candidate — screening assessments, AI interview scorecards, and certifications in one normalized payload.

Job Posting

Push roles straight into the marketplace. Funded contracts are matched and ranked against the certified talent bench automatically.

Annotation Task Dispatch

Route RLHF, red-teaming, and evaluation tasks to gold-standard-vetted annotators and stream completed labels back to your pipeline.

Candidate scorecard payload

GET /v1/candidates/:id
response.json
{
  "candidate_id": "cand_8f3a2b",
  "role": "AI Trainer",
  "smartmatch_score": 87,
  "screening_assessment": { "status": "passed", "score": 92 },
  "interview_scorecard": {
    "technical_depth": 88,
    "communication": 91,
    "reasoning": 84,
    "overall": 88
  },
  "certifications": ["RLHF", "AI Data Annotation"],
  "skills": ["python", "prompt-evaluation", "red-teaming"],
  "hourly_rate": 45,
  "available": true
}

Scores are only exposed for candidates who opt into marketplace matching.

Request API access

Tell us what you're building. We onboard AI labs and evaluation teams in weekly cohorts.