Skip to main content
POST
Submit tool-call input (batch)

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the app whose builder chat this request acts on.

Body

application/json
tool_call_ids
string[]
required

IDs of the tool calls to answer, up to 100. They all get the same action.

Example:
action
enum<string>
required

Whether to let these tool calls run or turn them down.

Available options:
approved,
rejected
Example:

"approved"

Response

Per-tool-call results and the app once the resumed turn finished.

results
BatchToolCallResultSummary · object[] | null

One entry per tool call you submitted, in the order they were processed. Empty when the request was a duplicate that had already been applied.

app
ChatTurnResponse · object | null

The app once the resumed turn finished.