---
title: "Mark speaker as hallucination"
method: POST
path: "/speakers/hallucination"
tags: ["Speakers"]
---

# Mark speaker as hallucination

`POST /speakers/hallucination`

Flag a detected speaker as a false positive / hallucination.

## Request body

- MarkAsHallucinationRequest
  - `speaker_id` integer, required

## Response `200`

OK

- object

## Changes

- **2026-04-09** `0f0f8030c7e2` — 1 info
  - api tag `Speakers` added
- **2026-04-08** `1a63468a8d30` — 1 warning, 2 info
  - removed the optional property `success` from the response with the `200` status
  - api operation id `server_mark_as_hallucination_handler` removed and replaced with `routes_speakers_mark_as_hallucination_handler`
  - api tag `Speaker Management` removed
- **2026-02-16** `e143bf8d73bc` — 1 breaking, 1 warning, 1 info
  - added the new required request property `speaker_id`
  - removed the request property `id`
  - added the optional property `success` to the response with the `200` status
- **2026-02-11** `2825740bcf63` — 1 breaking, 1 warning, 2 info
  - added the new required request property `id`
  - removed the request property `speaker_id`
  - api operation id `mark-speaker-hallucination` removed and replaced with `server_mark_as_hallucination_handler`
  - api tag `Speaker Management` added
- **2026-02-11** `61c0a2f34556` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/screenpipe/apis/screenpipe-api/changes/speakers/hallucination/post.md)

---

[API](https://skmtc.dev/screenpipe/apis/screenpipe-api.md) · [All operations](https://skmtc.dev/screenpipe/apis/screenpipe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/screenpipe/screenpipe-api/revisions/c48ab58de88e/schema)
