---
title: "Update Croo Intake Prompt"
method: PUT
path: "/developer/croo/intake-prompt"
tags: ["Developer", "Developer - Croo"]
---

# Update Croo Intake Prompt

`PUT /developer/croo/intake-prompt`

Set (or clear, by sending an empty prompt) the customer's intake
criteria. Applies to future screens only — already-decided rows are
managed via the review queue.

## Request body

- CrooIntakePrompt — Per-customer intake-screening criteria. `prompt` is None when the customer hasn't customized it; `effective_prompt` is what the screen actually uses (the customer prompt or the built-in default).
  - `prompt` string, nullable
  - `effective_prompt` string, required
  - `is_default` boolean, required

## Response `200`

Successful Response

- CrooIntakePrompt — Per-customer intake-screening criteria. `prompt` is None when the customer hasn't customized it; `effective_prompt` is what the screen actually uses (the customer prompt or the built-in default).
  - `prompt` string, nullable
  - `effective_prompt` string, required
  - `is_default` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
