---
title: "Answer Ingest Question"
method: POST
path: "/api/v1/viewer-callouts/{callout_id}/ingest-answer"
tags: ["viewer-callouts"]
---

# Answer Ingest Question

`POST /api/v1/viewer-callouts/{callout_id}/ingest-answer`

Answer an ingest_question. 'threaded' routes through the corrections
path (feature_reclassification) and re-runs DFM + pricing — the answer
visibly changes the quote (AI-native ingest).

## Path parameters

- `callout_id` string, uuid, required

## Request body

- ViewerCalloutAnswerRequest — User answers an intent_question callout from the 3D pin popover.
  - `answer_text` string, required

## Response `200`

Successful Response

- ViewerCalloutRead — Full viewer callout response.
  - `id` string, uuid, required
  - `cad_file_version_id` string, uuid, required
  - `feature_id` string, nullable, required
  - `callout_type` string, required
  - `severity` string, required
  - `title` string, required
  - `body` string, nullable, required
  - `actions` CalloutAction[], nullable
    - `label` string, required
    - `action_type` string, required
    - `payload` object, nullable
  - `created_by` string, nullable, required
  - `related_message_id` string, uuid, nullable, required
  - `state` string, required
  - `acknowledged_at` string, date-time, nullable, required
  - `dismissed_at` string, date-time, nullable, required
  - `source_finding_id` string, nullable, required
  - `stakes` object, nullable
  - `intent_field` string, nullable, required
  - `answer_text` string, nullable, required
  - `answer_status` string, nullable, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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