---
title: "Respond to input prompts"
method: POST
path: "/dispatch/{task_id}"
tags: ["Dispatch"]
---

# Respond to input prompts

`POST /dispatch/{task_id}`

Send a response when the agent requests user input during API creation. Task status must be 'needs_input'.

## Path parameters

- `task_id` string, required

## Request body

- UserResponseRequest
  - `user_response` object, required — Key-value pairs responding to the agent's input prompt

## Response `200`

Response accepted

- object
  - `ok` boolean

---

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