Changelog

API changelog

Backwards-compatible changes ship in v1 directly. Breaking changes go through a deprecation window with email notice.

2026-06-08 — v1.1.0

  • Add POST /api/v1/jobs/sync + /jobs/bulk-sync for employer auto-sync from ATS / careers pages
  • Add GET /api/v1/jobs for diffing against your ATS state
  • Add POST /api/v1/candidates/sync for organization push from CaseWorthy / Apricot / ETO / etc.
  • Add GET /api/v1/candidates and /api/v1/matches
  • Add scopes jobs and candidates
  • Add Self-serve key issuance at /developers/keys for employer_admin and org_admin
  • Add Developer portal at /developers with quickstart, reference, use cases, webhooks doc, changelog

2026-06-08 — v1.0.0

  • Add POST /api/v1/parse/resume + /parse/jd (PDF / DOCX / text; vision fallback)
  • Add POST /api/v1/match (full ensemble result)
  • Add POST /api/v1/retention-forecast
  • Add POST /api/v1/skills-infer (curated + LLM)
  • Add Webhook subscriptions: match.created, match.updated, parse.completed, rating.submitted, placement.created, placement.status_changed
  • Add ATS payload adapters (CaseWorthy / Apricot / ETO)
  • Add HMAC-SHA256 signed deliveries