API Reference
Messages
2 endpoints under /api/messages
post
/api/messages๐ API key
Send Message
Request body
| Field | Type | Required | Description |
|---|---|---|---|
agent_name | string | null | โ | |
message | string | yes | |
model | string | null | โ | |
system_instructions | string | null | โ | |
temperature | number | null | โ | |
thread_id | string | null | โ |
Responses
- 200Successful Response
object
get
/api/messages/{thread_id}๐ API key
Get Messages
Get all messages for a given thread.
Path parameters
| Field | Type | Required | Description |
|---|---|---|---|
thread_id | string | yes |
Responses
- 200Successful Response
object