Skip to main content
POST
Send a follow-up message or answer a pending input request

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as Bearer API_KEY.

Path Parameters

sessionId
string
required
Minimum string length: 1

Body

application/json
continuationToken
string
required

The continuation token returned by the previous request for this session.

Minimum string length: 1
message
string

The next user message. Omit when only answering a pending input request.

Required string length: 1 - 200000
inputResponses
object[]

Answers to pending input.requested events (tool approvals, questions) from the event stream.

Response

Upstream eve response with the next continuation token for this session.

The response is of type object.

Last modified on September 18, 2026