# HeyMilo AI Documentation ## Docs - [Async bulk ingest candidates](https://docs.heymilo.ai/api-reference/candidates/async-bulk-ingest-candidates.md): Queue multiple candidates for async processing through the interviewer's workflow. Returns an ingestion ID to track the job. - [Async ingest a single candidate](https://docs.heymilo.ai/api-reference/candidates/async-ingest-a-single-candidate.md): Queue a candidate for async processing through the interviewer's workflow. Returns an ingestion ID to track the job. - [Bulk ingest candidates](https://docs.heymilo.ai/api-reference/candidates/bulk-ingest-candidates.md): Submit multiple candidates at once for processing through the interviewer's workflow. Returns an interview ID and URL for each candidate. - [Ingest a single candidate](https://docs.heymilo.ai/api-reference/candidates/ingest-a-single-candidate.md): Submit a candidate for processing through the interviewer's workflow. Returns the interview ID, interview URL, and full candidate receipt. - [List candidates for an interviewer](https://docs.heymilo.ai/api-reference/candidates/list-candidates-for-an-interviewer.md): Retrieve a paginated list of candidates for a specific interviewer. Each candidate includes workflow progress, scores, and agent summaries. Optionally filter by the date the candidate was invited to this interviewer with `created_after` and/or `created_before` (Unix epoch seconds, inclusive) to incr… - [Get a design template group](https://docs.heymilo.ai/api-reference/design-template-groups/get-a-design-template-group.md): Returns a single design template group by ID. - [List design template groups](https://docs.heymilo.ai/api-reference/design-template-groups/list-design-template-groups.md): Returns all design template groups for the workspace. - [Get a design template](https://docs.heymilo.ai/api-reference/design-templates/get-a-design-template.md): Returns a single design template by ID. - [List design templates](https://docs.heymilo.ai/api-reference/design-templates/list-design-templates.md): Returns all design templates for the workspace. - [Get a custom domain](https://docs.heymilo.ai/api-reference/domains/get-a-custom-domain.md): Returns a single custom domain configuration by ID. - [List custom domains](https://docs.heymilo.ai/api-reference/domains/list-custom-domains.md): Returns all custom domains configured for the workspace. - [Get an email template group](https://docs.heymilo.ai/api-reference/email-template-groups/get-an-email-template-group.md): Returns a single email template group by ID. - [List email template groups](https://docs.heymilo.ai/api-reference/email-template-groups/list-email-template-groups.md): Returns all email template groups for the workspace. - [Get an email template](https://docs.heymilo.ai/api-reference/email-templates/get-an-email-template.md): Returns a single email template by ID. - [List email templates](https://docs.heymilo.ai/api-reference/email-templates/list-email-templates.md): Returns all email templates configured for the workspace. - [Health Check](https://docs.heymilo.ai/api-reference/health/health-check.md) - [Get an interview template](https://docs.heymilo.ai/api-reference/interview-templates/get-an-interview-template.md): Returns a single interview template by ID. - [List interview templates](https://docs.heymilo.ai/api-reference/interview-templates/list-interview-templates.md): Returns all interview templates configured for the workspace. Interview templates are reusable agent configurations cloned from a blueprint posting. - [Activate an interviewer](https://docs.heymilo.ai/api-reference/interviewers/activate-an-interviewer.md): Activate (finalize) an interviewer so it begins accepting candidates. The interviewer must have a valid workflow configuration. - [Archive an interviewer](https://docs.heymilo.ai/api-reference/interviewers/archive-an-interviewer.md): Archive an interviewer. Archived interviewers stop accepting new candidates. - [Clone an interviewer](https://docs.heymilo.ai/api-reference/interviewers/clone-an-interviewer.md): Create a copy of an existing interviewer with its workflow configuration. - [Create an interviewer](https://docs.heymilo.ai/api-reference/interviewers/create-an-interviewer.md): Create a fully-configured interviewer with an agentic workflow. Returns the new posting ID, URLs, and a full posting receipt. - [Get an interviewer](https://docs.heymilo.ai/api-reference/interviewers/get-an-interviewer.md): Retrieve the full details of a specific interviewer by ID. - [List interviewers](https://docs.heymilo.ai/api-reference/interviewers/list-interviewers.md): Retrieve a paginated list of interviewers for the authenticated workspace. - [Update a workflow step's config](https://docs.heymilo.ai/api-reference/interviewers/update-a-workflow-steps-config.md): Partially update one workflow step's config without touching other steps or posting-level fields. ``step_id`` is the step's ``type`` or its 1-based ``order``. - [Update an interviewer](https://docs.heymilo.ai/api-reference/interviewers/update-an-interviewer.md): Update fields on an existing interviewer. Only provided fields are modified; omitted fields remain unchanged. - [Delete interview metadata](https://docs.heymilo.ai/api-reference/interviews/delete-interview-metadata.md): Remove all metadata from a specific interview. - [Get full interview data](https://docs.heymilo.ai/api-reference/interviews/get-full-interview-data.md): Retrieve the full interview results across all workflow steps. Includes per-agent results (scorecard, transcript, resume evaluation, SMS screening, form results). Returns status 'not_ready' if the candidate has not finished. - [Get interview metadata](https://docs.heymilo.ai/api-reference/interviews/get-interview-metadata.md): Retrieve the key-value metadata attached to a specific interview. - [Set interview metadata](https://docs.heymilo.ai/api-reference/interviews/set-interview-metadata.md): Set or update metadata for a specific interview. Up to 50 keys, each key max 40 chars, each value max 500 chars. All values must be strings. - [Get a phone number](https://docs.heymilo.ai/api-reference/phone-numbers/get-a-phone-number.md): Returns a single phone number configuration by ID. - [List phone numbers](https://docs.heymilo.ai/api-reference/phone-numbers/list-phone-numbers.md): Returns all phone numbers provisioned for the workspace. - [Api key usage](https://docs.heymilo.ai/api-reference/public-api/api-key-usage.md) - [Documentation](https://docs.heymilo.ai/api-reference/public-api/documentation.md) - [Create a question](https://docs.heymilo.ai/api-reference/questions/create-a-question.md): Creates a new question or criterion for a posting. The ``modality`` field determines the question type. - [Delete a question](https://docs.heymilo.ai/api-reference/questions/delete-a-question.md): Soft-deletes a question or criterion. It will no longer appear in listings. - [List questions](https://docs.heymilo.ai/api-reference/questions/list-questions.md): Returns all questions and criteria for a posting. Optionally filter by modality (voice, sms, form, resume_eligibility, resume_scoring, voice_tags). - [Reorder questions](https://docs.heymilo.ai/api-reference/questions/reorder-questions.md): Sets the display order for questions of a given modality. You must include every active question ID for the specified modality in the desired order. - [Retrieve a question](https://docs.heymilo.ai/api-reference/questions/retrieve-a-question.md): Returns a single question or criterion by its ID. - [Update a question](https://docs.heymilo.ai/api-reference/questions/update-a-question.md): Updates the specified question. Only fields present in the request body are modified; omitted fields remain unchanged. - [List agent types](https://docs.heymilo.ai/api-reference/schema-discovery/list-agent-types.md): Returns the registry of supported agent types and their configuration. - [List question types](https://docs.heymilo.ai/api-reference/schema-discovery/list-question-types.md): Returns the registry of supported question/criteria types by modality. - [Get a sender email](https://docs.heymilo.ai/api-reference/sender-emails/get-a-sender-email.md): Returns a single sender email address by ID. - [List sender emails](https://docs.heymilo.ai/api-reference/sender-emails/list-sender-emails.md): Returns all sender email addresses configured for the workspace. - [Get a voice](https://docs.heymilo.ai/api-reference/voices/get-a-voice.md): Returns a single voice from the workspace registry by ID. - [Get voice audio preview](https://docs.heymilo.ai/api-reference/voices/get-voice-audio-preview.md): Returns an audio preview of the voice. May redirect (302) to an external audio URL. - [List voices](https://docs.heymilo.ai/api-reference/voices/list-voices.md): Returns all voices in the workspace voice registry. - [Configuration](https://docs.heymilo.ai/api-reference/webhooks/configuration.md) - [Deactivate a webhook](https://docs.heymilo.ai/api-reference/webhooks/deactivate-a-webhook.md): Deactivate (soft-delete) a webhook by ID. - [Get webhook details](https://docs.heymilo.ai/api-reference/webhooks/get-webhook-details.md): Retrieve details of a specific registered webhook by ID. - [List webhooks](https://docs.heymilo.ai/api-reference/webhooks/list-webhooks.md): Retrieve all active webhooks for the authenticated workspace. - [Register a webhook](https://docs.heymilo.ai/api-reference/webhooks/register-a-webhook.md): Register a webhook URL to receive event notifications. Events include candidate completion, interview status changes, etc. - [Cheat detection mechanics](https://docs.heymilo.ai/deep-dive/cheat-detection-mechanics.md): Detect cheating and fraud during AI interviews — flag AI-generated responses, unusual behavior, and suspicious patterns. - [How scoring works](https://docs.heymilo.ai/deep-dive/how-scoring-works.md) - [Sally and databricks](https://docs.heymilo.ai/deep-dive/sally-and-databricks.md): Sally is HeyMilo’s autonomous sourcing experience: she searches connected data sources, compares people to your role, scores fit, and surfaces candidate recommendations based on rules you set. - [Talking to candidates about ai](https://docs.heymilo.ai/deep-dive/talking-to-candidates-about-ai.md): Scripts, FAQs, and how to explain human review and optional candidate report email. - [Resume optional to voice agent](https://docs.heymilo.ai/documentation/api-quickstarts/resume-optional-to-voice-agent.md) - [Resume to video agent](https://docs.heymilo.ai/documentation/api-quickstarts/resume-to-video-agent.md) - [Sms to voice agent](https://docs.heymilo.ai/documentation/api-quickstarts/sms-to-voice-agent.md) - [Voice agent video](https://docs.heymilo.ai/documentation/api-quickstarts/voice-agent-video.md) - [Compliance](https://docs.heymilo.ai/documentation/get-started/compliance.md): Configure data privacy, retention policies, and regulatory compliance settings for your HeyMilo account. - [FAQ/Support](https://docs.heymilo.ai/documentation/get-started/faq-support.md) - [Interview types](https://docs.heymilo.ai/documentation/get-started/interview-types.md): Choose the format that fits your role and volume. - [Documentation](https://docs.heymilo.ai/documentation/get-started/landing.md): The next generation of recruiting. Intelligent AI agents that transform how you hire. - [Quickstart: Create your first interviewer](https://docs.heymilo.ai/documentation/get-started/quickstart-create-your-first-interviewer.md) - [What candidates experience](https://docs.heymilo.ai/documentation/get-started/what-candidates-experience.md): What candidates see and feel during each interview type — set expectations and improve completion. - [What is HeyMilo AI?](https://docs.heymilo.ai/documentation/get-started/what-is-heymilo.md) - [Api key usage](https://docs.heymilo.ai/draft-docs/api-next-gen/api-key-usage.md) - [Guides](https://docs.heymilo.ai/draft-docs/api-next-gen/guides.md) - [Resume optional to voice agent](https://docs.heymilo.ai/draft-docs/api-next-gen/guides/resume-optional-to-voice-agent.md) - [Resume to video agent](https://docs.heymilo.ai/draft-docs/api-next-gen/guides/resume-to-video-agent.md) - [Sms to voice agent](https://docs.heymilo.ai/draft-docs/api-next-gen/guides/sms-to-voice-agent.md) - [Voice agent video](https://docs.heymilo.ai/draft-docs/api-next-gen/guides/voice-agent-video.md) - [Reference](https://docs.heymilo.ai/draft-docs/api-next-gen/reference.md) - [Candidate Experience](https://docs.heymilo.ai/draft-docs/candidate-experience/candidate-experience.md): Index for candidate-facing flows, customization, and how to talk about AI interviews. - [Talking to Candidates About AI](https://docs.heymilo.ai/draft-docs/candidate-experience/candidate-experience/talking-to-candidates-about-ai.md): Scripts, FAQs, and how to explain human review and optional candidate report email. - [What Candidates See](https://docs.heymilo.ai/draft-docs/candidate-experience/candidate-experience/what-candidates-see.md): Candidate journey by interview type — link, SMS, form, resume — and what you can customize. - [Data](https://docs.heymilo.ai/draft-docs/data/data.md): Manage your data in HeyMilo — organize resources with labels and configure data indexing. - [Data Indexing](https://docs.heymilo.ai/draft-docs/data/data/data-indexing.md): Configure how your data is indexed and searchable across HeyMilo. - [Resource Labels](https://docs.heymilo.ai/draft-docs/data/data/resource-labels.md): Tag and categorize your interviewers, candidates, and other resources for easy filtering and organization. - [Log In](https://docs.heymilo.ai/draft-docs/getting-started/log-in.md): How to access your HeyMilo account and troubleshoot common login issues. - [Configuring Your AI Interviewer](https://docs.heymilo.ai/draft-docs/getting-started/log-in/configuring-your-ai-interviewer.md): Configure questions and scoring for every stage — Resume, Form, SMS, and Voice/Video. - [Creating an Interviewer](https://docs.heymilo.ai/draft-docs/getting-started/log-in/creating-an-interviewer.md) - [How Scoring Works](https://docs.heymilo.ai/draft-docs/getting-started/log-in/how-scoring-works.md): How HeyMilo's AI scores candidates objectively and consistently at scale. - [Interview Types](https://docs.heymilo.ai/draft-docs/getting-started/log-in/interview-types.md): Choose the format that fits your role and volume. - [Reviewing Candidates](https://docs.heymilo.ai/draft-docs/getting-started/log-in/reviewing-candidates.md): How to review candidates — from the interviewer list to score reports, actions, and downloads. - [What Candidates Experience](https://docs.heymilo.ai/draft-docs/getting-started/log-in/what-candidates-experience.md): What candidates see and feel during each interview type — set expectations and improve completion. - [ATS Integrations](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts.md): Connecting your ATS to HeyMilo is how most teams get jobs and candidates into the product automatically and push results back without copy-paste. - [Ashby](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/ashby.md): Integrating HeyMilo with Ashby enables powerful end-to-end, conversational AI candidate engagement and screening capabilities within your hiring workflow. - [Avionté](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/avionte.md): HeyMilo seamlessly plugs into your Avionté ATS to bring end-to-end AI recruiting automation into the hiring process—less manual work, faster placements. - [Bullhorn](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/bullhorn.md): Connect HeyMilo to Bullhorn so candidates flow in automatically and interview results push straight into Bullhorn Notes. Includes ATS connection, agent setup, mapping, and importing jobs from Bullhorn to auto-create agents. - [Bullhorn Widget (Beta)](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/bullhorn-widget.md) - [Ceipal](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/ceipal.md): Integrating HeyMilo with Ceipal gives your team access to full end-to-end conversational AI recruiting inside your existing hiring pipeline. - [Greenhouse](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/greenhouse.md): Add HeyMilo as an assessment partner in Greenhouse to seamlessly conduct end-to-end, AI-powered interview flows in your job’s interview plan. - [Import From ATS](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/import-from-ats.md): Pull candidates from a connected job or requisition and add them into an interview in a few clicks—no re-uploading résumés or re-entering data. - [JobDiva](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/jobdiva.md): Integrating HeyMilo with JobDiva brings full end-to-end conversational AI recruiting directly to your Hotlists. - [Lever](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/lever.md): HeyMilo’s AI-powered end-to-end interviews plug directly into Lever so every applicant is screened instantly, schedules stay open, and your recruitment pipeline will never be blocked. - [Manatal](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/manatal.md): Integrating HeyMilo with Manatal gives your team access to full end-to-end conversational AI recruiting inside your existing hiring pipeline. - [Recruit CRM](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/recruit-crm.md): Integrating HeyMilo with RecruitCRM brings full end-to-end conversational AI recruiting directly into your workflows. HeyMilo automatically engages candidates, screens them through your customized pro - [Salesforce](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/salesforce.md): HeyMilo’s AI-powered candidate engagement and screening integrates seamlessly with Salesforce to streamline your hiring process. - [SmartRecruiters](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/smartrecruiters.md): Bring end-to-end automation to SmartRecruiters with HeyMilo. HeyMilo automatically manages applicant engagement, screening, and evaluation at scale, so your team can concentrate on top-tier candidates - [TeamTailor](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/teamtailor.md): Integrating HeyMilo with Teamtailor enables powerful conversational AI candidate engagement and screening capabilities within your hiring workflow. - [Tracker](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/tracker.md): Automate end-to-end candidate engagement, conversational screening, and evaluation directly in Tracker! - [Workable](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/workable.md): Integrating HeyMilo with Workable empowers your recruiters by automating AI candidate engagement and screening across resume review, outreach, and two-way conversational interviews. - [Zoho](https://docs.heymilo.ai/draft-docs/integrations/ats-quickstarts/zoho.md): Supercharge your hiring workflow by connecting HeyMilo with Zoho Recruit. - [Integrating With Indeed](https://docs.heymilo.ai/draft-docs/integrations/integrating-with-indeed.md): Availability: Options in Indeed depend on your Indeed plan and product settings. Some controls are only visible on paid accounts or may require your Indeed account manager to enable. - [Cloning, Editing & Archiving](https://docs.heymilo.ai/draft-docs/interviewers/cloning-editing-archiving.md): Clone an interviewer for a new role, edit a live one, or archive when you're done. When to clone vs edit for consistent scoring. - [Overview](https://docs.heymilo.ai/draft-docs/interviews/interviews.md): Choose how candidates are screened — resume, form, SMS, voice/video — and how to configure each stage. Start here when you're building an interviewer. - [Cheat Detection](https://docs.heymilo.ai/draft-docs/interviews/interviews/cheat-detection.md): Configure cheat detection and interpret results — workspace or per-interviewer, detection types, and how to review flags. - [Form Interviews](https://docs.heymilo.ai/draft-docs/interviews/interviews/form-interviews.md): Form-based screening — candidates complete a tailored set of questions; HeyMilo evaluates answers instantly so you can determine fit and next steps. - [Interview Tags](https://docs.heymilo.ai/draft-docs/interviews/interviews/interview-tags.md): Interview tags on voice/video — AI extracts traits into the report; informational only; does not change score. - [Multilingual Support](https://docs.heymilo.ai/draft-docs/interviews/interviews/multilingual-support.md): Interview language, voice/accent on voice/video, LMNT & Cartesia — where it lives and what it does. - [Question Library](https://docs.heymilo.ai/draft-docs/interviews/interviews/question-library.md): Reusable questions for voice/video interviews. - [Resume Analysis](https://docs.heymilo.ai/draft-docs/interviews/interviews/resume-analysis.md): Say goodbye to basic keyword filters: Resume screening in HeyMilo contextually evaluates resumes against your chosen requirements, scoring and ranks candidates so you can focus on the best fits first. - [SMS Interviews](https://docs.heymilo.ai/draft-docs/interviews/interviews/sms-interviews.md): Screen candidates by text message — quick, adaptive questions and follow-ups. Great for fast hiring and high response rates. - [Structured Questions](https://docs.heymilo.ai/draft-docs/interviews/interviews/structured-questions.md): Use structured questions in voice and video interviews when you need objective pass/fail checks: work authorization, minimum experience, certifications, shift fit, and similar must-haves. - [Write-back Configs](https://docs.heymilo.ai/draft-docs/interviews/interviews/untitled-page.md) - [Voice/Video Interviews](https://docs.heymilo.ai/draft-docs/interviews/interviews/voice-interviews.md): Run AI voice (phone) or video (browser) interviews — natural conversation, follow-ups, and scoring. - [Inviting Candidates & Driving Completion](https://docs.heymilo.ai/draft-docs/inviting-candidates/inviting-candidates.md): Candidates can be invited to HeyMilo interviews in several ways: manually (email or text), through ATS or Indeed, via Share Link, Add Manually, ingestion (CSV/resumes/API), Apply Email, and more. - [Outreach](https://docs.heymilo.ai/draft-docs/outreach/outreach.md): Outreach is where you run candidate-facing communication and how your interview experience looks. - [Email Templates](https://docs.heymilo.ai/draft-docs/outreach/outreach/contact-blasts.md): Email templates control what candidates automatically get for invites, nudges, and resume requests. - [Contact Blasts](https://docs.heymilo.ai/draft-docs/outreach/outreach/contact-blasts-1.md): Contact blasts let you send email, SMS, or automated phone calls to selected candidates on an interviewer—for nudges, urgent fills, and re-engagement—without messaging people who don’t need it. - [Custom Domains](https://docs.heymilo.ai/draft-docs/outreach/outreach/custom-domains.md): White-label your interview links with your own domain so candidates see your brand, not HeyMilo's. - [Interview Branding](https://docs.heymilo.ai/draft-docs/outreach/outreach/interview-branding.md): Interview Branding (design templates) controls how candidate-facing interview pages look: before they start, during the AI interview, and after they finish. - [Phone Numbers](https://docs.heymilo.ai/draft-docs/outreach/outreach/phone-numbers.md): Phone Numbers are the caller ID for AI phone/voice outreach and the from number for SMS to candidates. - [Sender Domains](https://docs.heymilo.ai/draft-docs/outreach/outreach/sender-domains.md): Send candidate email from your own email (e.g. no-reply@yourcompany.com or interviews@yourcompany.com) instead of a generic HeyMilo “from” address. - [Api key usage](https://docs.heymilo.ai/draft-docs/public-api/api-key-usage.md) - [Public api documentation](https://docs.heymilo.ai/draft-docs/public-api/public-api-documentation.md) - [Settings & Admin](https://docs.heymilo.ai/draft-docs/settings-and-admin/admin.md): Manage your HeyMilo account — team members, roles, billing, company settings, and compliance. - [My Account & Company Settings](https://docs.heymilo.ai/draft-docs/settings-and-admin/admin/account-and-company.md): Manage your personal account settings and company-wide context that shapes how HeyMilo works for your organization. - [Billing](https://docs.heymilo.ai/draft-docs/settings-and-admin/admin/billing.md): The Billing section lets you manage your HeyMilo subscription, view usage, and update payment details. - [Compliance](https://docs.heymilo.ai/draft-docs/settings-and-admin/admin/compliance.md): Configure data privacy, retention policies, and regulatory compliance settings for your HeyMilo account. - [Notifications](https://docs.heymilo.ai/draft-docs/settings-and-admin/admin/notifications.md): HeyMilo notifications help you see what changed in your workspace without hunting through every interviewer. The experience is faster and easier to scan, and you can control what you see. - [Team & Roles](https://docs.heymilo.ai/draft-docs/settings-and-admin/admin/teams-and-permissions.md): Add team members to your HeyMilo account and control what each person can access and do. - [Sourcing](https://docs.heymilo.ai/draft-docs/sourcing/sourcing.md): Need help finding candidates? HeyMilo gives you multiple ways to fill your pipeline. - [Sally & data sources (Databricks)](https://docs.heymilo.ai/draft-docs/sourcing/sourcing/sally-and-data-sources-databricks.md): Sally is HeyMilo’s autonomous sourcing experience: she searches connected data sources, compares people to your role, scores fit, and surfaces candidate recommendations based on rules you set. - [Interviewers: AI Settings](https://docs.heymilo.ai/draft-docs/tools/ai-settings.md): Need to tune how your AI interviews? Customize your Interviewers AI Settings — knowledge, templates, scoring, structure, integrity, agents, language & voice. - [Agent Library](https://docs.heymilo.ai/draft-docs/tools/ai-settings/agent-library.md): Agent Library is HeyMilo’s model picker. For each part of an interviewer: live call, text screen, resume pass, or form—you choose which HeyMilo model runs that step. - [Interview Evaluation](https://docs.heymilo.ai/draft-docs/tools/ai-settings/interview-evaluation.md): Fine-tune how the AI evaluates candidate responses — scoring rules, rubric guidance, and evaluation behavior. - [Interview Integrity (Cheat Detection)](https://docs.heymilo.ai/draft-docs/tools/ai-settings/interview-integrity.md): Detect cheating and fraud during AI interviews — flag AI-generated responses, unusual behavior, and suspicious patterns. - [Interview Templates](https://docs.heymilo.ai/draft-docs/tools/ai-settings/interview-templates.md): Interview Templates are reusable interview configurations. Use them so you don’t rebuild stages, questions, scoring, and defaults every time you open a similar role. - [Knowledge Base](https://docs.heymilo.ai/draft-docs/tools/ai-settings/knowledge-base.md): Need accurate answers for candidates about your company? Knowledge Base — what it is, where to set it, and how the AI uses it. - [Languages & Voices](https://docs.heymilo.ai/draft-docs/tools/ai-settings/languages-and-voices.md): Use Languages & Voices to see which languages and TTS voices HeyMilo supports, hear previews, and add voices to your workspace so they show up when you configure interviewers. - [Webhook Configuration](https://docs.heymilo.ai/draft-docs/webhook-management/webhook-documentation.md) - [Your Dashboard](https://docs.heymilo.ai/draft-docs/your-dashboard/dashboard.md): When you log in, the dashboard is your home base. This is where you see all your roles (interviewers), open candidates to review, and get to the rest of HeyMilo. - [Account and company](https://docs.heymilo.ai/guides/administer/account-and-company.md): Manage your personal account settings and company-wide context that shapes how HeyMilo works for your organization. - [Adding users](https://docs.heymilo.ai/guides/administer/adding-users.md) - [Billing](https://docs.heymilo.ai/guides/administer/billing.md): The Billing section lets you manage your HeyMilo subscription, view usage, and update payment details. - [Notifications](https://docs.heymilo.ai/guides/administer/notifications.md): HeyMilo notifications help you see what changed in your workspace without hunting through every interviewer. The experience is faster and easier to scan, and you can control what you see. - [Teams and roles](https://docs.heymilo.ai/guides/administer/teams-and-roles.md): Add team members to your HeyMilo account and control what each person can access and do. - [Ai tuning](https://docs.heymilo.ai/guides/branding/ai-tuning.md) - [Custom domains](https://docs.heymilo.ai/guides/branding/custom-domains.md): White-label your interview links with your own domain so candidates see your brand, not HeyMilo's. - [Custom email addresses](https://docs.heymilo.ai/guides/branding/custom-email-addresses.md) - [Interview branding](https://docs.heymilo.ai/guides/branding/interview-branding.md) - [Phone numbers](https://docs.heymilo.ai/guides/branding/phone-numbers.md): Phone Numbers are the caller ID for AI phone/voice outreach and the from number for SMS to candidates. - [Sender domains](https://docs.heymilo.ai/guides/branding/sender-domains.md): Send candidate email from your own email (e.g. no-reply@yourcompany.com or interviews@yourcompany.com) instead of a generic HeyMilo “from” address. - [Adaptive question generation](https://docs.heymilo.ai/guides/build-interviewers/adaptive-question-generation.md) - [Agent budgets](https://docs.heymilo.ai/guides/build-interviewers/agent-budgets.md) - [Agent library](https://docs.heymilo.ai/guides/build-interviewers/agent-library.md): Agent Library is HeyMilo’s model picker. For each part of an interviewer: live call, text screen, resume pass, or form—you choose which HeyMilo model runs that step. - [Cheat detection](https://docs.heymilo.ai/guides/build-interviewers/cheat-detection.md): Configure cheat detection and interpret results — workspace or per-interviewer, detection types, and how to review flags. - [Cloning editing archiving](https://docs.heymilo.ai/guides/build-interviewers/cloning-editing-archiving.md): Clone an interviewer for a new role, edit a live one, or archive when you're done. When to clone vs edit for consistent scoring. - [Default agent templates](https://docs.heymilo.ai/guides/build-interviewers/default-agent-templates.md) - [Email subscribers](https://docs.heymilo.ai/guides/build-interviewers/email-subscribers.md) - [Form screening](https://docs.heymilo.ai/guides/build-interviewers/form-screening.md) - [Interview templates](https://docs.heymilo.ai/guides/build-interviewers/interview-templates.md): Interview Templates are reusable interview configurations. Use them so you don’t rebuild stages, questions, scoring, and defaults every time you open a similar role. - [Knowledge base](https://docs.heymilo.ai/guides/build-interviewers/knowledge-base.md): Need accurate answers for candidates about your company? Knowledge Base — what it is, where to set it, and how the AI uses it. - [Languages and voices](https://docs.heymilo.ai/guides/build-interviewers/languages-and-voices.md): Use Languages & Voices to see which languages and TTS voices HeyMilo supports, hear previews, and add voices to your workspace so they show up when you configure interviewers. - [Questions](https://docs.heymilo.ai/guides/build-interviewers/questions.md) - [Resume screening](https://docs.heymilo.ai/guides/build-interviewers/resume-screening.md) - [Sms screening](https://docs.heymilo.ai/guides/build-interviewers/sms-screening.md) - [Structured questions](https://docs.heymilo.ai/guides/build-interviewers/structured-questions.md): Use structured questions in voice and video interviews when you need objective pass/fail checks: work authorization, minimum experience, certifications, shift fit, and similar must-haves. - [Data indexing](https://docs.heymilo.ai/guides/data/data-indexing.md): Configure how your data is indexed and searchable across HeyMilo. - [Resource labels](https://docs.heymilo.ai/guides/data/resource-labels.md): Tag and categorize your interviewers, candidates, and other resources for easy filtering and organization. - [Ashby](https://docs.heymilo.ai/guides/integrate/ats/ashby.md) - [Avionte](https://docs.heymilo.ai/guides/integrate/ats/avionte.md) - [Bullhorn](https://docs.heymilo.ai/guides/integrate/ats/bullhorn.md): HeyMilo’s AI-powered, end-to-end candidate engagement and screening integrate seamlessly with Bullhorn to streamline your hiring process. - [Ceipal](https://docs.heymilo.ai/guides/integrate/ats/ceipal.md) - [Greenhouse](https://docs.heymilo.ai/guides/integrate/ats/greenhouse.md) - [Import from ats](https://docs.heymilo.ai/guides/integrate/ats/import-from-ats.md) - [Jobdiva](https://docs.heymilo.ai/guides/integrate/ats/jobdiva.md) - [Lever](https://docs.heymilo.ai/guides/integrate/ats/lever.md) - [Manatal](https://docs.heymilo.ai/guides/integrate/ats/manatal.md) - [Recruit crm](https://docs.heymilo.ai/guides/integrate/ats/recruit-crm.md): Integrating HeyMilo with RecruitCRM brings full end-to-end conversational AI recruiting directly into your workflows. HeyMilo automatically engages candidates, screens them through your customized pro - [Salesforce](https://docs.heymilo.ai/guides/integrate/ats/salesforce.md) - [Smartrecruiters](https://docs.heymilo.ai/guides/integrate/ats/smartrecruiters.md): Bring end-to-end automation to SmartRecruiters with HeyMilo. HeyMilo automatically manages applicant engagement, screening, and evaluation at scale, so your team can concentrate on top-tier candidates - [Teamtailor](https://docs.heymilo.ai/guides/integrate/ats/teamtailor.md) - [Tracker](https://docs.heymilo.ai/guides/integrate/ats/tracker.md) - [Workable](https://docs.heymilo.ai/guides/integrate/ats/workable.md) - [Zoho](https://docs.heymilo.ai/guides/integrate/ats/zoho.md) - [Indeed](https://docs.heymilo.ai/guides/integrate/indeed.md): Availability: Options in Indeed depend on your Indeed plan and product settings. Some controls are only visible on paid accounts or may require your Indeed account manager to enable. - [Candidate ingestion](https://docs.heymilo.ai/guides/invite-candidates/candidate-ingestion.md) - [Email blasts](https://docs.heymilo.ai/guides/invite-candidates/email-blasts.md) - [Email templates](https://docs.heymilo.ai/guides/invite-candidates/email-templates.md) - [Interview retake](https://docs.heymilo.ai/guides/invite-candidates/interview-retake.md) - [Phone blasts](https://docs.heymilo.ai/guides/invite-candidates/phone-blasts.md) - [Scheduling redirect links](https://docs.heymilo.ai/guides/invite-candidates/scheduling-redirect-links.md) - [Sharing links](https://docs.heymilo.ai/guides/invite-candidates/sharing-links.md) - [Sms blasts](https://docs.heymilo.ai/guides/invite-candidates/sms-blasts.md) - [Sourcing](https://docs.heymilo.ai/guides/invite-candidates/sourcing.md): Need help finding candidates? HeyMilo gives you multiple ways to fill your pipeline. - [Candidate deletion](https://docs.heymilo.ai/guides/review-candidates/candidate-deletion.md): Understanding how to manage candidate data with HeyMilo's deletion options - keeping your candidate pipeline clean and compliant. - [Collaboration](https://docs.heymilo.ai/guides/review-candidates/collaboration.md) - [Dashboard](https://docs.heymilo.ai/guides/review-candidates/dashboard.md): Your central hub — see all interviewers, open candidates, and get to the rest of HeyMilo. Recruiter-friendly guide to what you see and how to use it. - [Email event tracking](https://docs.heymilo.ai/guides/review-candidates/email-event-tracking.md) - [Export logs](https://docs.heymilo.ai/guides/review-candidates/export-logs.md): Track and manage your candidate data exports with HeyMilo's Export Logs - see what's been downloaded, when, and by whom. - [Scorecards](https://docs.heymilo.ai/guides/review-candidates/scorecards.md) - [Workflow view](https://docs.heymilo.ai/guides/review-candidates/workflow-view.md) - [Configure scoring criteria](https://docs.heymilo.ai/guides/scoring/configure-scoring-criteria.md) ## OpenAPI Specs - [openapi](https://api.heymilo.ai/openapi.json) ## Optional - [HeyMilo AI](https://www.heymilo.ai/)