Sessions

Submit a session turn

Starts a streamed turn immediately. Background turns are not supported in this API version.

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

Request body

inputstring required
turn_idstring

Durable session turn identifier.

Example request

{
  "turn_id": "01HZX6M29F1CD5YYMHT1F5D7WQ"
}

Response

Streamed session events

Changes

No recorded changes to this endpoint across all 134 revisions of this API.