# Nova Documentation ## Docs - [Changelog](https://nova.dweet.com/docs/changelog.md): Latest updates and improvements to Nova - [Authentication](https://nova.dweet.com/docs/embed-api/authentication.md): API keys, tenant headers, and security - [Changelog](https://nova.dweet.com/docs/embed-api/changelog.md): Latest updates and improvements to the Nova Embed API - [Criteria Library](https://nova.dweet.com/docs/embed-api/concepts/criteria-library.md): Store and reuse screening criteria across multiple jobs - [Criteria Versioning](https://nova.dweet.com/docs/embed-api/concepts/criteria-versioning.md): How criteria versions affect scoring and auditability - [Data Retention](https://nova.dweet.com/docs/embed-api/concepts/data-retention.md): How scoring data is stored and cleaned up - [Idempotency](https://nova.dweet.com/docs/embed-api/concepts/idempotency.md): Safe retry patterns and duplicate submission behavior - [Language](https://nova.dweet.com/docs/embed-api/concepts/language.md): Multi-language resume processing and output language - [Rate Limits](https://nova.dweet.com/docs/embed-api/concepts/rate-limits.md): Bucket-based rate limiting and 429 handling - [Tenants](https://nova.dweet.com/docs/embed-api/concepts/tenants.md): Multi-tenancy model and customer data isolation - [Webhooks](https://nova.dweet.com/docs/embed-api/concepts/webhooks.md): Configure and verify webhook delivery for scoring results - [Get Error Breakdown](https://nova.dweet.com/docs/embed-api/endpoints/analytics/errors.md): Breakdown of scoring errors by error code with counts and percentages - [Get Analytics Overview](https://nova.dweet.com/docs/embed-api/endpoints/analytics/overview.md): KPI summary of scoring performance and webhook delivery - [Get Scoring Latency](https://nova.dweet.com/docs/embed-api/endpoints/analytics/scoring-latency.md): Time-series of P50, P95, and P99 scoring duration percentiles - [Get Scoring Volume](https://nova.dweet.com/docs/embed-api/endpoints/analytics/scoring-volume.md): Time-series of scoring job submissions, completions, and failures - [Get Webhook Health](https://nova.dweet.com/docs/embed-api/endpoints/analytics/webhook-health.md): Webhook delivery stats and failure breakdown by endpoint - [Get Batch Status](https://nova.dweet.com/docs/embed-api/endpoints/batch-status.md): Check the progress of a scoring batch and its individual jobs - [Add Criterion](https://nova.dweet.com/docs/embed-api/endpoints/criteria/add.md): Add a single criterion to a job's screening criteria - [Archive Criteria](https://nova.dweet.com/docs/embed-api/endpoints/criteria/archive.md): Archive criteria when a job closes to prevent future scoring - [Get Batch Criteria](https://nova.dweet.com/docs/embed-api/endpoints/criteria/batch.md): Retrieve criteria for multiple jobs in a single request - [Get Current Criteria Version](https://nova.dweet.com/docs/embed-api/endpoints/criteria/current-version.md): Retrieve the active criteria with version metadata - [Edit Criterion](https://nova.dweet.com/docs/embed-api/endpoints/criteria/edit.md): Update the text or importance of an existing criterion - [Generate Criteria](https://nova.dweet.com/docs/embed-api/endpoints/criteria/generate.md): Create screening criteria from a job description using AI - [Get Criteria Generation](https://nova.dweet.com/docs/embed-api/endpoints/criteria/generation-status.md): Retrieve the result of a criteria generation by its ID - [Get Criteria](https://nova.dweet.com/docs/embed-api/endpoints/criteria/get.md): Retrieve the active screening criteria stored for a job - [Criteria Management](https://nova.dweet.com/docs/embed-api/endpoints/criteria/overview.md): Generate, view, update, and manage screening criteria for jobs - [Remove Criterion](https://nova.dweet.com/docs/embed-api/endpoints/criteria/remove.md): Remove a single criterion from a job's screening criteria - [Set Criteria](https://nova.dweet.com/docs/embed-api/endpoints/criteria/set.md): Replace the entire criteria set for a job in one call - [Get Criteria Version](https://nova.dweet.com/docs/embed-api/endpoints/criteria/version.md): Retrieve a specific criteria version by ID - [List Criteria Versions](https://nova.dweet.com/docs/embed-api/endpoints/criteria/versions.md): List criteria versions for a job, newest first - [Add to Library](https://nova.dweet.com/docs/embed-api/endpoints/library/add.md): Save a criterion to the library for tenant-wide reuse - [Get Library Criterion](https://nova.dweet.com/docs/embed-api/endpoints/library/get.md): Retrieve a single criterion from the tenant criteria library - [List Library Criteria](https://nova.dweet.com/docs/embed-api/endpoints/library/list.md): Retrieve all criteria in the tenant library - [Remove from Library](https://nova.dweet.com/docs/embed-api/endpoints/library/remove.md): Delete a criterion from the library - [Update Library Criterion](https://nova.dweet.com/docs/embed-api/endpoints/library/update.md): Update an existing criterion in the tenant criteria library - [Generate Clarification Questions](https://nova.dweet.com/docs/embed-api/endpoints/question-sets.md): Generate AI-powered clarification questions to refine criteria for a job - [Get Question Set by ID](https://nova.dweet.com/docs/embed-api/endpoints/question-sets-by-id.md): Retrieve a specific question set by its ID - [Get Current Question Set](https://nova.dweet.com/docs/embed-api/endpoints/question-sets-current.md): Retrieve the most recently generated question set for a job - [Get Rate Limit Status](https://nova.dweet.com/docs/embed-api/endpoints/rate-limit-status.md): Check your current rate limit status across all buckets - [Get Scoring Job](https://nova.dweet.com/docs/embed-api/endpoints/results-by-scoring-job.md): Retrieve score results for a specific scoring job by ID - [Score Application](https://nova.dweet.com/docs/embed-api/endpoints/score.md): Submit an application for asynchronous AI scoring against job criteria - [Score Batch](https://nova.dweet.com/docs/embed-api/endpoints/score-batch.md): Submit multiple applications for scoring in a single request - [Get Score by Application](https://nova.dweet.com/docs/embed-api/endpoints/score-by-application.md): Retrieve the latest scoring result for an application by job and application ID - [Error Code Reference](https://nova.dweet.com/docs/embed-api/errors.md): Complete reference of public error codes returned by the Nova Embed API. - [Embed Portal](https://nova.dweet.com/docs/embed-api/guides/embed-portal.md): Manage API keys, webhooks, team members, and monitor your integration - [Error Handling](https://nova.dweet.com/docs/embed-api/guides/error-handling.md): Error format, retry strategies, and common error codes - [Integration Flow](https://nova.dweet.com/docs/embed-api/guides/integration-flow.md): End-to-end flow for criteria setup, scoring, and webhooks - [Supported Formats](https://nova.dweet.com/docs/embed-api/guides/supported-formats.md): Resume input formats, size limits, and URL requirements - [Introduction](https://nova.dweet.com/docs/embed-api/introduction.md): Integrate Nova candidate scoring into your ATS platform - [Quick Start](https://nova.dweet.com/docs/embed-api/quickstart.md): Generate criteria and score a candidate - [TypeScript SDK](https://nova.dweet.com/docs/embed-api/sdks/typescript.md): Install and use the official TypeScript SDK for the Nova Embed API - [ATS User Settings](https://nova.dweet.com/docs/nova/account/ats-user-settings.md): Configure which user account Nova uses to post scores and comments in your ATS. - [Auto-Disable](https://nova.dweet.com/docs/nova/account/auto-disable.md): How Nova automatically pauses scoring on inactive or expired jobs to control costs. - [Company Settings](https://nova.dweet.com/docs/nova/account/company-settings.md): Configure scoring behavior, output language, security, and other company-wide preferences in Nova. - [Billing & Subscription](https://nova.dweet.com/docs/nova/account/subscription.md): Manage your subscription plan, track job usage, and configure payment methods in Nova. - [User Roles & Permissions](https://nova.dweet.com/docs/nova/account/user-management.md): Manage team members, assign roles, and control access to Nova features. - [Analytics & Reporting](https://nova.dweet.com/docs/nova/features/analytics-reporting.md): Track score distribution, application volume, and candidate quality across your jobs. - [Configuring Scoring Criteria](https://nova.dweet.com/docs/nova/features/configuring-criteria.md): Create, edit, and refine the criteria Nova uses to evaluate candidates for each role. - [Enabling Nova](https://nova.dweet.com/docs/nova/features/enabling-nova.md): How to start and pause scoring on a job, configure stage automation, and understand auto-disable behavior. - [Fraud Detection](https://nova.dweet.com/docs/nova/features/fraud-detection.md): Automatically screen high-scoring candidates for resume fraud with multi-layered AI analysis validated against a real-world benchmark. - [Interview Questions](https://nova.dweet.com/docs/nova/features/interview-questions.md): Personalized interview questions generated from each candidate's resume and your role criteria. - [Output Language Configuration](https://nova.dweet.com/docs/nova/features/output-language-configuration.md): Configure Nova's output language at company and job levels for localized assessments and interview questions. - [AI Candidate Scoring](https://nova.dweet.com/docs/nova/features/scoring-ranking-overview.md): How Nova evaluates candidates against your criteria with transparent, explainable scoring. - [Talent Pool Search](https://nova.dweet.com/docs/nova/features/talent-rediscovery-search.md): Surface past applicants who match your new roles using the same AI scoring Nova applies to incoming candidates. - [Understanding Scores](https://nova.dweet.com/docs/nova/features/understanding-scores.md): How to read Nova assessments, interpret score ranges, and diagnose calibration issues. - [Ashby Integration](https://nova.dweet.com/docs/nova/integrations/ashby.md): How to connect Nova with Ashby, configure scoring output, and filter candidates. - [Greenhouse Integration](https://nova.dweet.com/docs/nova/integrations/greenhouse.md): How to connect Nova with Greenhouse, configure score tags, and set up permissions. - [Lever Integration](https://nova.dweet.com/docs/nova/integrations/lever.md): How Nova posts scores, feedback, and tags to Lever. - [LinkedIn Recruiter Integration](https://nova.dweet.com/docs/nova/integrations/linkedin-recruiter.md): Push Talent Search shortlists into your LinkedIn Recruiter projects without leaving Nova. - [Pinpoint Integration](https://nova.dweet.com/docs/nova/integrations/pinpoint.md): How to connect Nova with Pinpoint and start scoring candidates. - [Teamtailor Integration](https://nova.dweet.com/docs/nova/integrations/teamtailor.md): How to connect Nova with Teamtailor and where scores appear. - [Workable Integration](https://nova.dweet.com/docs/nova/integrations/workable.md): How to connect Nova with Workable, configure rating scales, and filter candidates. - [Introduction](https://nova.dweet.com/docs/nova/introduction.md): AI-powered candidate screening and evaluation for modern recruiting teams. - [AI Terms](https://nova.dweet.com/docs/nova/legal/ai-terms.md): Terms governing your use of Nova's AI-based features, including third-party AI services, data use, and customer responsibilities. - [Legal Changelog](https://nova.dweet.com/docs/nova/legal/changelog.md): Changes to Nova's Terms of Service and Privacy Policy - [Data Processing Agreement](https://nova.dweet.com/docs/nova/legal/dpa.md): Data Processing Agreement between DWEET LTD and Nova customers, covering processing scope, security, sub-processors, and international transfers. - [Privacy Notice](https://nova.dweet.com/docs/nova/legal/privacy-policy.md): How DWEET LTD processes personal data in connection with Nova, including data subject rights, cookies, and security measures. - [Sub-Processors and International Data Transfers](https://nova.dweet.com/docs/nova/legal/subprocessors.md): List of third-party sub-processors used by Nova, their locations, data categories, and transfer mechanisms. - [Terms of Service](https://nova.dweet.com/docs/nova/legal/terms-of-service.md): Terms governing your use of Nova, including access, billing, data protection, IP, and liability. - [AI Outbound Talent Search](https://nova.dweet.com/docs/nova/outbound-search/overview.md): Run agent-led outbound sourcing searches, review live results, and manage how your team uses search credits. - [Search Quotas](https://nova.dweet.com/docs/nova/outbound-search/search-quotas.md): Split your company's outbound search credits across recruiters, track usage, and handle quota requests. - [Quick Setup](https://nova.dweet.com/docs/nova/quickstart.md): Enable AI-powered candidate scoring on your first job posting. ## OpenAPI Specs - [openapi](https://nova.dweet.com/docs/embed-api/openapi.json) ## Optional - [Nova Login](https://nova.dweet.com/login) - [Support](mailto:nova@dweet.com)