---
title: "Send an event to a session"
method: POST
path: "/api/v1/sessions/{id}/events"
tags: ["Sessions"]
---

# Send an event to a session

`POST /api/v1/sessions/{id}/events`

## Path parameters

- `id` string, required

## Request body

- object
  - `type` 'human_turn', required
  - `content` string, required

## Response `200`

Event accepted

## Other responses

- `401` — Unauthorized
- `404` — Session not found

---

[API](https://skmtc.net/berriai/apis/litellm-agent-platform-api.md) · [All operations](https://skmtc.net/berriai/apis/litellm-agent-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/berriai/litellm-agent-platform-api/versions/63cf31f8069f/schema)
