---
title: "Answer Project Ingest Intent"
method: POST
path: "/api/v1/projects/{project_id}/ingest-intent"
tags: ["projects"]
---

# Answer Project Ingest Intent

`POST /api/v1/projects/{project_id}/ingest-intent`

Answer the single pushed project-level intent question ("What are
these parts for?"). Fans out to every part's DesignIntent.purpose via
the manufacturing-intent ledger (idempotent); parts finalizing later
are picked up by the question generator.

## Path parameters

- `project_id` string, uuid, required

## Request body

- ProjectIntentAnswerRequest — Answer for the single pushed project-level question.
  - `value` string, required
  - `label` string, required

## Response `204`

Successful Response

## 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)
