POST /api/conversations/{conversation_id}/events
Send a message to a conversation
Parameters
| Name | In | Type | Required | Description |
|---|
conversation_id | path | string | yes | — |
Request body
| Field | Type | Required | Description |
|---|
role | enum | no | — |
content | `TextContent | ImageContent[]` | no |
run | boolean | no | Whether the agent loop should automatically run if not running |
Responses
| Status | Description |
|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|
success | boolean | no | — |
Operation ID: send_message_api_conversations__conversation_id__events_post