SEND Message (sync)
Synchronously send a message to an agent in a conversation and receive the response.
Endpoint
POST {base_url}/conversations/{conversation_id}/messages/syncParameters
| Name | Type | Description |
|------|------|-------------|
| `conversation_id` | string | The ID of the conversation in uuid |
## Request Body
| Name | Type | Description |
|------|------|-------------|
| `message` | string | The message to send to the agent |
Example request
Advanced reasoning

Note:
Multi-language support
Last updated