API
A list of API endpoints
Chat
Chat with AI
POST /chat
Headers
Content-Type: application/json
Request
Format: JSON
Field | Type | Description |
---|---|---|
context | array | Messages to use as context |
prompt | string | Prompt to send the AI |
Response
Format: JSON
Field | Type | Description |
---|---|---|
context | array | Messages used as context |
prompt | string | Prompt you sent to the AI |
answer | string | The response from the AI |
News
Read the news
GET /news
Headers
Content-Type: application/json
Response
Format: JSON
Field | Type | Description |
---|---|---|
feed | array | The news feed |