/
PR
premai-io
/
Prem Studio API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 9mo ago
Details
Filter operations
Chat
2
Datasets
1
Models
4
Projects
6
Traces
5
get
/api/v1/traces
post
/api/v1/traces
get
/api/v1/traces/{id}
put
/api/v1/traces/{id}
delete
/api/v1/traces/{id}
Traces
Create a trace with feedback
post
/api/v1/traces
Request body
TraceCreateRequest
required
input
string
required
output
string
required
modelId
string
required
projectId
string
uuid
nullable
score
number
nullable
feedback
string
nullable
conversationId
string
nullable
Response
success response
Trace
required
id
string
uuid
required
input
string
required
output
string
required
modelId
string
required
projectId
string
uuid
nullable
score
number
nullable
feedback
string
nullable
conversationId
string
nullable
Changes