Skip to main content

January 30, 2026

Analysis

  • Webhook Payloads: The analysis.completed webhook event now includes full analysis data in the payload, eliminating the need to make a separate API call to fetch results.

January 26, 2026

Changed

  • Job Association: When creating an interview with a jobId, candidates who are not already assigned to that job will be automatically assigned to it.

January 19, 2026

Documentation

  • Agent Configuration: Clarified that duration for agents is specified in minutes (max 180 minutes), addressing user confusion regarding time units.
  • Documentation Fixes: Corrected example payloads in Quickstart and Resource Guides for:
    • Agents: Replaced invalid voiceId (“curated_english_code”) with valid enum value (“ALEX”).
    • Jobs: Fixed incorrect casing for workMode (should be HYBRID, not hybrid) and salary.period (should be YEARLY, not annual).
    • Candidates: Removed non-existent resumeUrl field from creation examples and verified gdprExpiryDate requirement.
    • Interviews: Corrected scheduledAt to scheduleTime in creation examples.
    • Enums: Aligned “Agent Focus” and “Work Modes” tables with uppercase API enums (SCREENING, REMOTE, etc.).
    • Duration: Added specific documentation about the 180-minute limit for agent duration.
    • Examples: Updated Agent Focus examples to showcase primary use cases (SCREENING, OUTREACH, GENERIC, LANGUAGE_TEST).
    • Candidates: Added “Request Timeouts” best practice example.
    • Jobs: Fixed malformed location examples to correctly place workMode and remove incorrect nesting.