Skip to main content
POST
/
dispatch
/
{task_id}
Respond to input prompts
curl --request POST \
  --url https://api.parse.bot/dispatch/{task_id} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "user_response": {}
}
'
{
  "ok": true
}

Authorizations

X-API-Key
string
header
required

API key for programmatic access. Get yours at https://parse.bot or via POST /account/api-key with JWT auth.

Path Parameters

task_id
string
required

Body

application/json
user_response
object
required

Key-value pairs responding to the agent's input prompt

Response

200 - application/json

Response accepted

ok
boolean