/
BY
byteleaphq
/
Athena copy
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 53m ago · Updated 2y ago
Details
Filter operations
Brain
10
Chat
8
Chatbot
8
Document
5
get
Download
get
Get Document
delete
Delete Document
get
List document reviews
post
Create document review
Integration
4
ogranisation
1
get
Get API Keys
post
Delete API Key
post
Create API Key
get
Get Analytics
get
Get All Users
put
Update credits
get
Get User details
put
Update User
Document
Create document review
Create a new document review
post
/document/review
Request body
object
required
message
string
brain_id
string
uuid
document_id
string
uuid
review_model
'gpt-3.5-turbo'
|
'claude-3-haiku'
final_model
'gpt-3.5-turbo'
|
'gpt-4'
|
'claude-instant-1'
|
'claude-2'
|
'claude-3-haiku'
|
'claude-3-sonnet'
|
'claude-3-opus'
|
'mixtral'
|
'mistral-small'
|
'mistral-medium'
|
'mistral-large'
active_reading_instructions
string
Response
DocumentReview
required
created_on
integer
doc_review_id
string
uuid
id
string
uuid
model
string
review
string
title
string
user_credits
integer
Changes