/
PR
premai-io
/
Prem Studio API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 55m ago · Updated 9mo ago
Details
Filter operations
Chat
2
Datasets
1
Models
4
Projects
6
post
/api/v1/projects/create
get
/api/v1/projects
get
/api/v1/projects/{projectId}
put
/api/v1/projects/{projectId}
delete
/api/v1/projects/{projectId}
post
/api/v1/projects/{projectId}/linkDataset
Traces
5
Projects
Create a new project
post
/api/v1/projects/create
Request body
CreateProjectRequest
required
name
string
required
datasetId
string
uuid
conversationData
ConversationDataSchema
nullable
datasetChoice
boolean
nullable
Response
success response
CreateProjectResponse
required
message
string
required
project
Project
required
Changes