v4

latestOpenAPI 3.0.3PostgreSQL Licenseraw.githubusercontent.com2026-08-01192952.2 KB
Conversations

Create a conversation

Creates a new conversation with the specified provider, model, connection, and initial messages.

post/api/conversations

Request body

connectionstring required

The database connection name.

modelstring required

The LLM model to use.

providerstring required

The LLM provider to use.

Response

Conversation created successfully.

connectionstring required

The database connection name.

created_atstring date-time required

When the conversation was created.

idstring required

The unique conversation identifier.

modelstring required

The LLM model used.

providerstring required

The LLM provider used.

titlestring required

The conversation title.

updated_atstring date-time required

When the conversation was last updated.

usernamestring required

The username that owns the conversation.