January 30, 2026
Analysis
- Webhook Payloads: The
analysis.completedwebhook 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
durationfor 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 beHYBRID, nothybrid) andsalary.period(should beYEARLY, notannual). - Candidates: Removed non-existent
resumeUrlfield from creation examples and verifiedgdprExpiryDaterequirement. - Interviews: Corrected
scheduledAttoscheduleTimein 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
workModeand remove incorrect nesting.
- Agents: Replaced invalid