Skip to main content
POST
Create chat

Authorizations

X-Api-Key
string
header
required

API key for authentication. Generate one from your account settings.

Body

application/json
title
string
required
Example:

"Monthly budget review"

message
string

Optional initial message in the chat

model
string

Optional OpenAI model identifier

Response

chat created

id
string<uuid>
required
title
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
messages
object[]
required
error
string | null
pagination
object | null