Skip to main content
POST
Create Conversation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
title
string
default:New Chat
model_id
string | null
style_id
string<uuid> | null

Response

Successful Response

id
string<uuid>
required
title
string
required
model_id
string | null
required
style_id
string<uuid> | null
required
folder
string | null
required
is_pinned
boolean
required
status
string
required
message_count
integer
required
total_cost_credits
number
required
created_at
string<date-time>
required
updated_at
string<date-time>
required