/
NA
nascentcore
/
inty-backend
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2w ago · Updated 7mo ago
Details
Filter operations
agents
14
auth
2
character-themes
2
chat
3
chats
10
get
Get current user's chat list
post
Create new chat
delete
Delete chat
get
Get Agent Chat Messages
post
Update Message Vote
post
Generate Message Voice
get
Get Voice Info
get
Get Agent Chat Settings
put
Update Chat Settings by Agent ID
post
Clear Agent Chat Messages
images
1
live-chat
1
notification
1
report
3
settings
2
subscription
6
text_to_speech
1
users
4
version
1
chats
android_app
web_app
evaluation
Get current user's chat list
Get current user's chat list
get
/api/v1/chats/
Query parameters
skip
integer
limit
integer
Response
Successful Response
Chat[]
required
id
string
required
user_id
string
required
agent_id
string
required
created_at
string
date-time
required
updated_at
string
date-time
nullable
last_message
string
nullable
last_message_time
string
date-time
nullable
agent_name
string
nullable
agent_avatar
string
nullable
agent_background
string
nullable
agent_background_animated
string
nullable
agent_extensions
object
nullable
agent_is_deleted
boolean
nullable
agent_intro
string
nullable
agent_opening
string
nullable
agent_opening_audio_url
string
nullable
settings
ChatSettings
聊天设置
Changes