Sessions

Send an event to a session

post/api/v1/sessions/{id}/events

Path parameters

idstring required

Request body

type'human_turn' required
contentstring required

Example request

{
  "type": "human_turn",
  "content": "Summarize the repo README."
}

Response

Event accepted

Changes

No recorded changes to this endpoint across all 1 revision of this API.