> ## Documentation Index
> Fetch the complete documentation index at: https://docs.heymilo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# HeyMilo Blue vs. HeyMilo Red

> HeyMilo Blue (the AI interviewer documented on this site) and HeyMilo Red (a developer API for video fraud detection) are separate products. Learn what each does, how they differ, and what it means to use both.

HeyMilo offers two products that share a name but run as **independent platforms**. This site documents **HeyMilo Blue**. If you were looking for the video fraud-detection API, that's **HeyMilo Red**, documented at [heymilo.red/docs](https://heymilo.red/docs).

<Warning>
  **The two products are not connected.** They have separate accounts, separate API keys, and separate data. Nothing you do in HeyMilo Blue is sent to HeyMilo Red, and Red has no access to your Blue interviews, candidates, or workspace. If you use both, you set up and operate each one on its own.
</Warning>

## HeyMilo Blue: AI interviewer with built-in proctoring

HeyMilo Blue is the recruiting platform covered by these docs. Recruiters create AI interviewers, invite candidates, and review scored results in the dashboard or their ATS. Interviews run as resume analysis, forms, SMS, or voice and video conversations with the AI interviewer.

Proctoring is **embedded in the interview itself**. When you turn on **Detect suspicious activity** for a voice or video stage, HeyMilo Blue watches the live interview for signs of cheating (AI-generated answers, coaching, a second person, identity swaps) and shows flags on the candidate's **Verify** tab for your team to review. See [Interview Integrity (Cheat Detection)](/deep-dive/ai-settings/interview-integrity).

**Use HeyMilo Blue when** you want an AI interviewer to run and score the conversation, and you want integrity signals on that same conversation without any development work.

## HeyMilo Red: developer-first video fraud detection

HeyMilo Red is a standalone API. You send it a **video you already have** (for example a self-proctored or self-recorded interview) and it returns a fraud-detection verdict and findings. It is built for developers and automation:

* REST API: create an API key, `POST` a video URL, then poll for the result or receive a webhook when the scan completes.
* Ready-to-paste code snippets in cURL, Python, JavaScript / Node.js, and Java.
* Agent prompts you can drop into **ChatGPT**, **Claude**, or **Microsoft Copilot** so an AI agent submits scans on your behalf.

Setup, endpoints, timing guidance, and webhook payloads all live in the Red docs: [heymilo.red/docs](https://heymilo.red/docs).

**Use HeyMilo Red when** you already capture video through your own process or another tool and want to run fraud detection on it programmatically.

## Side by side

|                                | HeyMilo Blue                                                                      | HeyMilo Red                                                             |
| ------------------------------ | --------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| **What it is**                 | AI interviewer platform for recruiting teams                                      | API for fraud detection on video you provide                            |
| **Who uses it**                | Recruiters and hiring teams, in the app or via ATS                                | Developers and automation (scripts, agents, workflows)                  |
| **Where the video comes from** | The interview HeyMilo runs with the candidate                                     | Any video URL you send (self-proctored recordings, other tools)         |
| **Proctoring**                 | Built into voice and video interviews; flags appear on the candidate's Verify tab | Returned as a scan result (`verdict` and `findings`) via API or webhook |
| **Access**                     | [admin.heymilo.ai](https://admin.heymilo.ai) workspace login                      | Red API key                                                             |
| **Docs**                       | This site ([docs.heymilo.ai](https://docs.heymilo.ai))                            | [heymilo.red/docs](https://heymilo.red/docs)                            |

## Using both

Some teams want HeyMilo Blue for AI interviews and HeyMilo Red for self-proctored interviews or other video captured outside HeyMilo. That works, with one thing to plan for: **you run them as two separate workflows.**

* Blue interviews are scored and proctored inside Blue. There is no button or setting that forwards a Blue interview to Red.
* Red scans are submitted by your own code or agent, using your Red API key, against videos you host. Results come back to your system, not to the Blue dashboard or your ATS.
* Accounts, billing, and support are handled separately for each product.

If you're deciding which one fits a given hiring flow: choose **Blue** when HeyMilo should conduct the interview; choose **Red** when the interview or recording already exists and you need a fraud check on it.

## Questions

For HeyMilo Blue, contact your dedicated CS Manager or [support@heymilo.ai](mailto:support@heymilo.ai) (or in-app chat). For HeyMilo Red, use the contact details in the [Red documentation](https://heymilo.red/docs).
